com.sun.identity.liberty.ws.security
インタフェース SecurityAttributePlugin


public interface SecurityAttributePlugin

This interface SecurityAttributePlugin is used to insert security attributes via the AttributeStatement into the SecurityAssertion during the discovery service credential generation.


メソッドの概要
 List getAttributes(NameIdentifier nameID, Object resourceID, String providerID)
          Returns the list of SAML Attribute objects.
 

メソッドの詳細

getAttributes

List getAttributes(NameIdentifier nameID,
                   Object resourceID,
                   String providerID)
Returns the list of SAML Attribute objects.

パラメータ:
nameID - NameIdentifier of the subject in the Assertion.
resourceID - ResourceID or the EncryptedResourceID object of the entry or the user that is being accessed by the web services client.
providerID - Discovery service ProviderID.
戻り値:
list of Attributes.