org.eclipse.higgins.sts.api
Interface ISecurityInformation
public interface ISecurityInformation
Interface providing access to information from WS-Security headers
- Author:
- mikemci at us dot ibm dot com
getSecurityElementList
List getSecurityElementList()
addSecurityElement
void addSecurityElement(ISecurityElement element)
getFirst
ISecurityElement getFirst(Class cls)
getList
List getList(Class cls)
getAuthenticationKey
Key getAuthenticationKey()
setAuthenticationKey
void setAuthenticationKey(Key authenticationKey)