public class SAMLAttribute extends Object
Constructor and Description |
---|
SAMLAttribute(String name,
String namespace,
Object value)
Constructor for SAMLAttribute.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name.
|
String |
getNamespace()
Returns the namespace.
|
Object |
getValue()
Returns the value.
|
void |
setName(String name)
Sets the name.
|
void |
setNamespace(String namespace)
Sets the namespace.
|
void |
setValue(Object value)
Sets the value.
|
public String getName()
public String getNamespace()
public Object getValue()
public void setName(String name)
name
- The name to setpublic void setNamespace(String namespace)
namespace
- The namespace to setpublic void setValue(Object value)
value
- The value to setCopyright © 2017. All rights reserved.