com.ibm.wsspi.wssecurity.saml.data

Class SAMLNameID

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.wssecurity.saml.data.SAMLNameID
All implemented interfaces:
java.io.Serializable

  1. public class SAMLNameID
  2. extends java.lang.Object
  3. implements java.io.Serializable
This class represents SAML NameID for SAML 2.0 or NameIdentifier for SAML 1.1 specification.
See Also:
Serialized Form

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFormat()
URI reference representing classification of string based identifier information
  1. java.lang.String
getNameQualifier()
Gets security or administrative domain that qualifies the name.
  1. java.lang.String
getSPNameQualifier()
Gets name of a service provider or affiliation of providers.
  1. java.lang.String
getSPProvidedID()
Gets name identifier established by a service provider or affiliation of providers of the entity.
  1. java.lang.String
getValue()
Gets the value of the name format property.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SAMLNameID

  1. public SAMLNameID(java.lang.String name,
  2. java.lang.String format,
  3. java.lang.String qualifier,
  4. java.lang.String spNameQualifier,
  5. java.lang.String spProvidedID)
Class constructor

Method Detail

getValue

  1. public java.lang.String getValue( )
Gets the value of the name format property.
Returns:
Identifier for SAMLNameID object String

getFormat

  1. public java.lang.String getFormat( )
URI reference representing classification of string based identifier information
Returns:
Name format property String

getNameQualifier

  1. public java.lang.String getNameQualifier( )
Gets security or administrative domain that qualifies the name.
Returns:
NameQualifier property String

getSPNameQualifier

  1. public java.lang.String getSPNameQualifier( )
Gets name of a service provider or affiliation of providers.
Returns:
SPNameQualifier property. String

getSPProvidedID

  1. public java.lang.String getSPProvidedID( )
Gets name identifier established by a service provider or affiliation of providers of the entity.
Returns:
SPProvidedID property. String