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

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)