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
public List getSecurityElementList()
addSecurityElement
public void addSecurityElement(ISecurityElement element)
getFirst
public ISecurityElement getFirst(Class cls)
getList
public List getList(Class cls)
getAuthenticationKey
public Key getAuthenticationKey()
setAuthenticationKey
public void setAuthenticationKey(Key authenticationKey)