com.ibm.wsspi.wssecurity.saml.data
Class SAMLAttribute
- java.lang.Object
com.ibm.wsspi.wssecurity.saml.data.SAMLAttribute
All implemented interfaces:
java.io.Serializable
- public class SAMLAttribute
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
SAMLAttribute(SAMLAttribute anAttribute)
Class constructor.
|
SAMLAttribute(java.lang.String name,java.lang.String[] stringAttributeValue,com.ibm.websphere.wssecurity.wssapi.XMLStructure[] xmlAttributeValue,java.lang.String attributeNamespace,java.lang.String nameFormat,java.lang.String friendlyName)
Class constructor
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAttributeNamespace()
This method returns the attribute's namespace.
|
|
getFriendlyName()
This method returns the friendly name of the SAML Attribute.
|
|
getName()
This method returns the name of the attribute.
|
|
getNameFormat()
This method returns the attribute attribute's format that specifies how the attribute will be interpreted.
|
|
getStringAttributeValue()
This method returns an array of this SAML attribute's values in string representation.
|
|
getXMLAttributeValue()
This method returns tan array of this SAML attribute's values in XML form.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
SAMLAttribute
- public SAMLAttribute(java.lang.String name,
- java.lang.String[] stringAttributeValue,
- com.ibm.websphere.wssecurity.wssapi.XMLStructure[] xmlAttributeValue,
- java.lang.String attributeNamespace,
- java.lang.String nameFormat,
- java.lang.String friendlyName)
Class constructor
SAMLAttribute
- public SAMLAttribute(SAMLAttribute anAttribute)
Class constructor. Copies values from another attribute.
Method Detail
getName
- public java.lang.String getName( )
This method returns the name of the attribute.
Returns:
SAML attribute's name
String
getNameFormat
- public java.lang.String getNameFormat( )
This method returns the attribute attribute's format that specifies how the attribute will be interpreted.
Returns:
SAML attribute's format
String
getAttributeNamespace
- public java.lang.String getAttributeNamespace( )
This method returns the attribute's namespace.
Returns:
SAML attribute's namespace
String
getStringAttributeValue
- public java.lang.String[] getStringAttributeValue( )
This method returns an array of this SAML attribute's values in string representation.
Returns:
SAML attribute's string value
String[]
getXMLAttributeValue
- public com.ibm.websphere.wssecurity.wssapi.XMLStructure[] getXMLAttributeValue( )
This method returns tan array of this SAML attribute's values in XML form.
Returns:
SAML attribute's XML value
XMLStructure[]
getFriendlyName
- public java.lang.String getFriendlyName( )
This method returns the friendly name of the SAML Attribute.
Returns:
SAML attribute's friendly name
String