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


weblogic.security.providers.saml
Class SAMLAttributeStatementInfo

java.lang.Object
  extended by weblogic.security.providers.saml.SAMLAttributeStatementInfo


public class SAMLAttributeStatementInfo
extends Object

A class that represents an AttributeStatement in a SAMLAssertion.


Method Summary
 void addAttributeInfo(SAMLAttributeInfo info)
          Adds a SAMLAttributeInfo, at the end of the existing attribute list.
 Collection<SAMLAttributeInfo> getAttributeInfo()
          return attributes in this AttributeStatement
 void 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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getAttributeInfo

public Collection<SAMLAttributeInfo> getAttributeInfo()
return attributes in this AttributeStatement
Returns:
attributes, it's a collection of SAMLAttributeInfo

setAttributeInfo

public void 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.
Parameters:
attrs - attributes to be added

addAttributeInfo

public void addAttributeInfo(SAMLAttributeInfo info)
Adds a SAMLAttributeInfo, at the end of the existing attribute list. If the info is null, or its name or namespace is null or empty, it's not added.
Parameters:
info - SAMLAttributeInfo

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