|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
public class SAMLAttribute
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 |
|---|
public SAMLAttribute(String name,
String namespace,
String... value)
name - the namenamespace - the namespacevalue - the value| Method Detail |
|---|
public String getName()
public String getNamespace()
@Deprecated public String getValue()
public String[] getValues()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||