com.sun.identity.liberty.ws.security
Interface 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.
|
Method Summary |
java.util.List |
getAttributes(NameIdentifier nameID,
java.lang.Object resourceID,
java.lang.String providerID)
Returns the list of SAML Attribute objects. |
getAttributes
public java.util.List getAttributes(NameIdentifier nameID,
java.lang.Object resourceID,
java.lang.String providerID)
- Returns the list of SAML
Attribute objects.
- Parameters:
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.
- Returns:
- list of
Attributes.
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.