Uses of Class
org.keycloak.dom.saml.v2.assertion.BaseIDAbstractType
Packages that use BaseIDAbstractType
Package
Description
Package for the model classes for the SAML2 Assertion
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.assertionFields in org.keycloak.dom.saml.v2.assertion declared as BaseIDAbstractTypeMethods in org.keycloak.dom.saml.v2.assertion that return BaseIDAbstractTypeModifier and TypeMethodDescriptionSubjectConfirmationType.getBaseID()Gets the value of the baseID property.SubjectType.STSubType.getBaseID()Methods in org.keycloak.dom.saml.v2.assertion with parameters of type BaseIDAbstractTypeModifier and TypeMethodDescriptionvoidSubjectType.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 BaseIDAbstractTypeModifier and TypeFieldDescriptionprotected BaseIDAbstractTypeLogoutRequestType.baseIDprotected BaseIDAbstractTypeNameIDMappingRequestType.baseIDMethods in org.keycloak.dom.saml.v2.protocol that return BaseIDAbstractTypeModifier and TypeMethodDescriptionLogoutRequestType.getBaseID()Gets the value of the baseID property.NameIDMappingRequestType.getBaseID()Gets the value of the baseID property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type BaseIDAbstractTypeModifier and TypeMethodDescriptionvoidLogoutRequestType.setBaseID(BaseIDAbstractType value) Sets the value of the baseID property.voidNameIDMappingRequestType.setBaseID(BaseIDAbstractType value) Sets the value of the baseID property.