Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11AttributeDesignatorType
-
Packages that use SAML11AttributeDesignatorType Package Description org.keycloak.dom.saml.v1.assertion org.keycloak.dom.saml.v1.protocol -
-
Uses of SAML11AttributeDesignatorType in org.keycloak.dom.saml.v1.assertion
Subclasses of SAML11AttributeDesignatorType in org.keycloak.dom.saml.v1.assertion Modifier and Type Class Description classSAML11AttributeType -
Uses of SAML11AttributeDesignatorType in org.keycloak.dom.saml.v1.protocol
Fields in org.keycloak.dom.saml.v1.protocol with type parameters of type SAML11AttributeDesignatorType Modifier and Type Field Description protected List<SAML11AttributeDesignatorType>SAML11AttributeQueryType. attributeDesignatorMethods in org.keycloak.dom.saml.v1.protocol that return types with arguments of type SAML11AttributeDesignatorType Modifier and Type Method Description List<SAML11AttributeDesignatorType>SAML11AttributeQueryType. get()Methods in org.keycloak.dom.saml.v1.protocol with parameters of type SAML11AttributeDesignatorType Modifier and Type Method Description voidSAML11AttributeQueryType. add(SAML11AttributeDesignatorType sadt)booleanSAML11AttributeQueryType. remove(SAML11AttributeDesignatorType sadt)
-