be.ehealth.technicalconnector.service.sts.domain
Class SAMLNameIdentifier

java.lang.Object
  extended by be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier

public class SAMLNameIdentifier
extends Object

Domain object used to represent a SAML NameIdentifier.


Constructor Summary
SAMLNameIdentifier(String assertionIssuer, String format, String nameQualifier, String value)
           
 
Method Summary
 String getAssertionIssuer()
           
 String getFormat()
           
 String getNameQualifier()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLNameIdentifier

public SAMLNameIdentifier(String assertionIssuer,
                          String format,
                          String nameQualifier,
                          String value)
Parameters:
assertionIssuer -
format -
nameQualifier -
value -
Method Detail

getFormat

public String getFormat()
Returns:
the format

getNameQualifier

public String getNameQualifier()
Returns:
the nameQualifier

getValue

public String getValue()
Returns:
the value

getAssertionIssuer

public String getAssertionIssuer()
Returns:
the assertionIssuer



Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.