|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.client.id.ExtendedSAMLAttributeImpl
Default-Implementation for the ExtendedSAMLAttribute interface
| Constructor Summary | |
ExtendedSAMLAttributeImpl(Object value,
String name,
String nameSpace)
Constructs a ExtendedSAMLAttributeImpl that holds information about the newly generated ExtendedSAMLAttribute |
|
| Method Summary | |
String |
getName()
The name of the SAML-Attribute. |
String |
getNameSpace()
The namespace of the SAML-Attribute. |
Object |
getValue()
The value of the SAML-Attribute. |
void |
setName(String name)
|
void |
setNameSpace(String nameSpace)
|
void |
setValue(Object value)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ExtendedSAMLAttributeImpl(Object value,
String name,
String nameSpace)
ExtendedSAMLAttributeImpl that holds information about the newly generated ExtendedSAMLAttribute
value - Object containing the
value of the extended attributename - String containing the name of the extended elementnameSpace - String containing the namespace of the extended element| Method Detail |
public String getName()
ExtendedSAMLAttribute
getName in interface ExtendedSAMLAttributepublic void setName(String name)
public String getNameSpace()
ExtendedSAMLAttributenull the namespace
"http://reference.e-government.gv.at/namespace/moa/20020822#"
will be used.
getNameSpace in interface ExtendedSAMLAttributenull.public void setNameSpace(String nameSpace)
public Object getValue()
ExtendedSAMLAttributeorg.w3c.Element or a java.lang.String
object. Each other type will be ignored. <xsd:boolean> the value must be either the String
"true" of "false".
Or the <xsd:integer> number 273
has to be the String "273".
- Specified by:
getValue in interface ExtendedSAMLAttribute
- Returns:
- The value of the SAML-Attribute.
public void setValue(Object value)
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||