|
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. |
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/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |