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

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

public class SAMLAttribute
extends Object

The Class SAMLAttribute.


Constructor Summary
SAMLAttribute(String name, String namespace, String... value)
          Instantiates a new sAML attribute.
 
Method Summary
 String getName()
          Gets the name.
 String getNamespace()
          Gets the namespace.
 String getValue()
          Deprecated. 
 String[] getValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAMLAttribute

public SAMLAttribute(String name,
                     String namespace,
                     String... value)
Instantiates a new sAML attribute.

Parameters:
name - the name
namespace - the namespace
value - the value
Method Detail

getName

public String getName()
Gets the name.

Returns:
the name

getNamespace

public String getNamespace()
Gets the namespace.

Returns:
the namespace

getValue

@Deprecated
public String getValue()
Deprecated. 

Gets the value.

Returns:
the value

getValues

public String[] getValues()

toString

public String toString()
Overrides:
toString in class Object



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.