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

Method Summary
 void addSecurityElement(ISecurityElement element)
           
 Key getAuthenticationKey()
           
 ISecurityElement getFirst(Class cls)
           
 List getList(Class cls)
           
 List getSecurityElementList()
           
 void setAuthenticationKey(Key authenticationKey)
           
 

Method Detail

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)