asit.moa.client.id
Interface ExtendedSAMLAttribute

All Known Implementing Classes:
ExtendedSAMLAttributeImpl

public interface ExtendedSAMLAttribute

A SAML-Attribute to be appended to the final SAML-Assertion that will be passed to the online application.


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.
 

Method Detail

getValue

public Object getValue()
The value of the SAML-Attribute. This must be either a org.w3c.Element or a java.lang.String object. Each other type will be ignored.
If, for example, the type of the actual SAML-Attribute is an <xsd:boolean> the value must be either the String "true" of "false". Or the <xsd:integer> number 273 has to be the String "273".

Returns:
The value of the SAML-Attribute.

getName

public String getName()
The name of the SAML-Attribute.

Returns:
The name of the SAML-Attribute.

getNameSpace

public String getNameSpace()
The namespace of the SAML-Attribute. If null the namespace "http://reference.e-government.gv.at/namespace/moa/20020822#" will be used.

Returns:
The namespace of the SAML-Attribute or null.


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.