|
Oracle | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SAMLAttributeInfo | |
|---|---|
| weblogic.security.providers.saml | Provides interfaces and classes for the configuration, control, and monitoring
of SAML 1.1 security providers in a WebLogic security realm. For information about SAML 2.0 security providers, see com.bea.security.saml2.providers. |
| Uses of SAMLAttributeInfo in weblogic.security.providers.saml |
|---|
| Methods in weblogic.security.providers.saml that return types with arguments of type SAMLAttributeInfo | |
|---|---|
Collection<SAMLAttributeInfo> |
SAMLAttributeStatementInfo.getAttributeInfo()
return attributes in this AttributeStatement |
| Methods in weblogic.security.providers.saml with parameters of type SAMLAttributeInfo | |
|---|---|
void |
SAMLAttributeStatementInfo.addAttributeInfo(SAMLAttributeInfo info)
Adds a SAMLAttributeInfo, at the end of the existing attribute list. |
| Method parameters in weblogic.security.providers.saml with type arguments of type SAMLAttributeInfo | |
|---|---|
void |
SAMLAttributeStatementInfo.setAttributeInfo(Collection<SAMLAttributeInfo> attrs)
Adds a Collection of SAMLAttributeInfo instance to
this SAMLAttributeStatementInfo instance, to the end of the
existing attributes list, in the order that they presents in the attrs. |
| Constructor parameters in weblogic.security.providers.saml with type arguments of type SAMLAttributeInfo | |
|---|---|
SAMLAttributeStatementInfo(Collection<SAMLAttributeInfo> attrs)
Constructs a SAMLAttributeStatementInfo containing multiple
SAMLAttributeInfo elements. |
|
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||