Package | Description |
---|---|
com.bea.security.saml2.providers |
Provides interfaces and classes for the configuration, control, and monitoring
of SAML 2.0 security providers in a WebLogic security realm.
|
weblogic.wsee.security.saml |
Provides interfaces and classes for Security Assertion Markup Language (SAML).
|
Modifier and Type | Method and Description |
---|---|
Collection<SAML2AttributeStatementInfo> |
SAML2CredentialAttributeMapper.mapAttributes(Subject subject,
ContextHandler handler)
Maps attribute information from any application-specific sources to a collection of
SAML2AttributeStatementInfo , each of which will be used to construct an
<AttributeStatement> element in a SAML 2.0 assertion. |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
SAML2IdentityAsserterAttributeMapper.mapAttributeInfo(Collection<SAML2AttributeStatementInfo> attrs,
ContextHandler contextHandler)
This method takes a Collection of
SAMLAttributeStatementInfo instances that represent the
attributes of Attribute Statements in a SAML 2.0 Assertion, and maps the desired attributes in any application
specific way. |
Modifier and Type | Method and Description |
---|---|
Collection<SAML2AttributeStatementInfo> |
SAMLAttributeStatementDataImpl.getCollectionsForSAML2AttributeStatementInfo()
Deprecated.
build a collection of SAML2AttributeStatementInfo objects for SAML 2.0
|
Collection<SAML2AttributeStatementInfo> |
SAMLAttributeStatementData.getCollectionsForSAML2AttributeStatementInfo()
Deprecated.
build a collection of SAML2AttributeStatementInfo objects for SAML 2.0
|
Modifier and Type | Method and Description |
---|---|
static SAMLAttributeStatementData |
SAMLAttributeStatementDataFactory.makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo(Collection<SAML2AttributeStatementInfo> attributes)
Deprecated.
|