org.picketlink.identity.federation.saml.v1.assertion
Class SAML11NameIdentifierType
java.lang.Object
org.picketlink.identity.federation.saml.v1.assertion.SAML11NameIdentifierType
- All Implemented Interfaces:
- Serializable
public class SAML11NameIdentifierType
- extends Object
- implements Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameQualifier
protected String nameQualifier
format
protected URI format
value
protected String value
SAML11NameIdentifierType
public SAML11NameIdentifierType(String val)
getNameQualifier
public String getNameQualifier()
setNameQualifier
public void setNameQualifier(String nameQualifier)
getFormat
public URI getFormat()
setFormat
public void setFormat(URI format)
getValue
public String getValue()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.