|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wssecurity.saml.data.SAMLAttribute
public class SAMLAttribute
This is class represents a SAML user attribute that can be contained in a SAML Assertion.
Constructor Summary | |
---|---|
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 | |
---|---|
java.lang.String |
getAttributeNamespace()
This method returns the attribute's namespace. |
java.lang.String |
getFriendlyName()
This method returns the friendly name of the SAML Attribute. |
java.lang.String |
getName()
This method returns the name of the attribute. |
java.lang.String |
getNameFormat()
This method returns the attribute attribute's format that specifies how the attribute will be interpreted. |
java.lang.String[] |
getStringAttributeValue()
This method returns an array of this SAML attribute's values in string representation. |
com.ibm.websphere.wssecurity.wssapi.XMLStructure[] |
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 |
---|
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)
String
- name - name of the SAML AttributeString[]
- stringAttributeValue - String array containing attribute values in string form.XMLStructure[]
- xmlAttributeValue - XMLStructure array containing attribute values in XML form.String
- attributeNamespace - attribute's namespacesString
- nameFormat - attribute's format that specifies how the attribute will be interpreted. For example, "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"String
- friendlyName - a friendly name for the attribute, in case the attribute's name is cryptic.public SAMLAttribute(SAMLAttribute anAttribute)
SAMLAttribute
- anAttributeMethod Detail |
---|
public java.lang.String getName()
String
public java.lang.String getNameFormat()
String
public java.lang.String getAttributeNamespace()
String
public java.lang.String[] getStringAttributeValue()
String[]
public com.ibm.websphere.wssecurity.wssapi.XMLStructure[] getXMLAttributeValue()
XMLStructure[]
public java.lang.String getFriendlyName()
String
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |