Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.security.providers.saml.SAMLAttributeInfo

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.

 


Skip navigation links

Copyright 1996, 2015, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09