|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
com.bea.security.saml2.providers.SAML2AttributeInfo
public class SAML2AttributeInfo
This class represents a single Attribute of an AttributeStatement in a SAML 2.0 assertion.
| Field Summary | |
|---|---|
static String |
ATTR_NAME_FORMAT_BASICURN for the basic attribute name format. |
| Method Summary | |
|---|---|
void |
addAttributeValue(String attributeValue)Adds a single String value to the end of this instance's collection of values. |
void |
addAttributeValues(Collection<String> attributeValues)Adds a collection of Strings representing the attribute's values. |
String |
getAttributeFriendlyName()Gets the friendly name of the attribute. |
String |
getAttributeName()Gets the name of the attribute. |
String |
getAttributeNameFormat()Gets the name format of the attribute. |
Collection<String> |
getAttributeValues()Returns a collection of Strings representing the attribute's values, in the order they were added. |
void |
setAttributeFriendlyName(String attributeFriendlyName)Sets the friendly name of the attribute. |
void |
setAttributeName(String attributeName)Sets the name of the attribute. |
void |
setAttributeNameFormat(String attributeNameFormat)Sets the name format of the attribute. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTR_NAME_FORMAT_BASIC
| Method Detail |
|---|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - the name of the attributepublic String getAttributeNameFormat()
SAML2AttributeInfo.ATTR_NAME_FORMAT_BASIC if not specified.public void setAttributeNameFormat(String attributeNameFormat)
attributeNameFormat - the name format of the attributepublic String getAttributeFriendlyName()
public void setAttributeFriendlyName(String attributeFriendlyName)
attributeFriendlyName - the friendly name of the attributepublic void addAttributeValue(String attributeValue)
attributeValue - the attribute value to be addedpublic void addAttributeValues(Collection<String> attributeValues)
attributeValues - the attribute's valuespublic Collection<String> getAttributeValues()
public String toString()
toString in class Object
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||