Uses of Class
org.keycloak.dom.saml.v2.assertion.AttributeType
-
Packages that use AttributeType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.mdattr org.keycloak.dom.saml.v2.metadata org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of AttributeType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return AttributeType Modifier and Type Method Description AttributeTypeAttributeStatementType.ASTChoiceType. getAttribute()Constructors in org.keycloak.dom.saml.v2.assertion with parameters of type AttributeType Constructor Description ASTChoiceType(AttributeType attribute) -
Uses of AttributeType in org.keycloak.dom.saml.v2.mdattr
Fields in org.keycloak.dom.saml.v2.mdattr with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>EntityAttributes. attributeMethods in org.keycloak.dom.saml.v2.mdattr that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>EntityAttributes. getAttribute()Methods in org.keycloak.dom.saml.v2.mdattr with parameters of type AttributeType Modifier and Type Method Description voidEntityAttributes. addAttribute(AttributeType attributeType)voidEntityAttributes. removeAssertion(AttributeType attributeType)voidEntityAttributes. removeAttribute(AttributeType attributeType) -
Uses of AttributeType in org.keycloak.dom.saml.v2.metadata
Subclasses of AttributeType in org.keycloak.dom.saml.v2.metadata Modifier and Type Class Description classRequestedAttributeTypeJava class for RequestedAttributeType complex type.Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>AttributeAuthorityDescriptorType. attributeprotected List<AttributeType>IDPSSODescriptorType. attributeMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>AttributeAuthorityDescriptorType. getAttribute()Gets the value of the attribute property.List<AttributeType>IDPSSODescriptorType. getAttribute()Gets the value of the attribute property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type AttributeType Modifier and Type Method Description voidAttributeAuthorityDescriptorType. addAttribute(AttributeType attribute)Add an attributevoidIDPSSODescriptorType. addAttribute(AttributeType att)Add attributevoidAttributeAuthorityDescriptorType. removeAttribute(AttributeType attribute)Remove attributevoidIDPSSODescriptorType. removeAttribute(AttributeType att)Add attribute -
Uses of AttributeType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>AttributeQueryType. attributeMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>AttributeQueryType. getAttribute()Gets the value of the attribute property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type AttributeType Modifier and Type Method Description voidAttributeQueryType. add(AttributeType att)Add an attributevoidAttributeQueryType. remove(AttributeType att)Remove an attribute
-