public class SAMLNameID
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SAMLNameID(java.lang.String name,
java.lang.String format,
java.lang.String qualifier,
java.lang.String spNameQualifier,
java.lang.String spProvidedID)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormat()
URI reference representing classification of string based identifier information
|
java.lang.String |
getNameQualifier()
Gets security or administrative domain that qualifies the name.
|
java.lang.String |
getSPNameQualifier()
Gets name of a service provider or affiliation of providers.
|
java.lang.String |
getSPProvidedID()
Gets name identifier established by a service provider or affiliation of providers of the entity.
|
java.lang.String |
getValue()
Gets the value of the name format property.
|
public SAMLNameID(java.lang.String name, java.lang.String format, java.lang.String qualifier, java.lang.String spNameQualifier, java.lang.String spProvidedID)
String
- name - identifier for name idString
- format- uri reference representing classification of string based identifier informationString
- qualifier - security or administrative domain that qualifies the nameString
- spNameQualifier - name of a service provider or affiliation of providers. Used to further qualify the nameString
- spProvidedID - name identifier established by a service provider or affiliation of providers of the entitypublic java.lang.String getValue()
String
public java.lang.String getFormat()
String
public java.lang.String getNameQualifier()
String
public java.lang.String getSPNameQualifier()
String
public java.lang.String getSPProvidedID()
String