public interface SecurityAttributePlugin
SecurityAttributePlugin
is used to
insert security attributes via the AttributeStatement
into
the SecurityAssertion
during the discovery service
credential generation.Modifier and Type | Method and Description |
---|---|
List |
getAttributes(NameIdentifier nameID,
Object resourceID,
String providerID)
Returns the list of SAML
Attribute objects. |
List getAttributes(NameIdentifier nameID, Object resourceID, String providerID)
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
.Attribute
s.Copyright © 2010-2018, ForgeRock All Rights Reserved.