Uses of Class
org.keycloak.dom.saml.v2.assertion.BaseIDAbstractType
-
Packages that use BaseIDAbstractType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of BaseIDAbstractType in org.keycloak.dom.saml.v2.assertion
Subclasses of BaseIDAbstractType in org.keycloak.dom.saml.v2.assertion Modifier and Type Class Description classNameIDTypeRepresents a NameIDTypeFields in org.keycloak.dom.saml.v2.assertion declared as BaseIDAbstractType Modifier and Type Field Description protected BaseIDAbstractTypeSubjectConfirmationType. baseIDMethods in org.keycloak.dom.saml.v2.assertion that return BaseIDAbstractType Modifier and Type Method Description BaseIDAbstractTypeSubjectConfirmationType. getBaseID()Gets the value of the baseID property.BaseIDAbstractTypeSubjectType.STSubType. getBaseID()Methods in org.keycloak.dom.saml.v2.assertion with parameters of type BaseIDAbstractType Modifier and Type Method Description voidSubjectType.STSubType. addBaseID(BaseIDAbstractType base)voidSubjectConfirmationType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property. -
Uses of BaseIDAbstractType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as BaseIDAbstractType Modifier and Type Field Description protected BaseIDAbstractTypeLogoutRequestType. baseIDprotected BaseIDAbstractTypeNameIDMappingRequestType. baseIDMethods in org.keycloak.dom.saml.v2.protocol that return BaseIDAbstractType Modifier and Type Method Description BaseIDAbstractTypeLogoutRequestType. getBaseID()Gets the value of the baseID property.BaseIDAbstractTypeNameIDMappingRequestType. getBaseID()Gets the value of the baseID property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type BaseIDAbstractType Modifier and Type Method Description voidLogoutRequestType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property.voidNameIDMappingRequestType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property.
-