Class SAML11AttributeType
- java.lang.Object
-
- org.keycloak.dom.saml.v1.assertion.SAML11AttributeDesignatorType
-
- org.keycloak.dom.saml.v1.assertion.SAML11AttributeType
-
public class SAML11AttributeType extends SAML11AttributeDesignatorType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>attributeValues-
Fields inherited from class org.keycloak.dom.saml.v1.assertion.SAML11AttributeDesignatorType
attributeName, attributeNamespace
-
-
Constructor Summary
Constructors Constructor Description SAML11AttributeType(String attributeName, URI attributeNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Object attribValue)voidaddAll(List<Object> attribValueList)List<Object>get()booleanremove(Object attribVal)-
Methods inherited from class org.keycloak.dom.saml.v1.assertion.SAML11AttributeDesignatorType
getAttributeName, getAttributeNamespace
-
-