Uses of Class
org.keycloak.dom.saml.v2.assertion.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
Modifier and TypeMethodDescriptionSubjectConfirmationType.getBaseID()
Gets the value of the baseID property.SubjectType.STSubType.getBaseID()
Modifier and TypeMethodDescriptionvoid
SubjectType.STSubType.addBaseID
(BaseIDAbstractType base) void
SubjectConfirmationType.setBaseID
(BaseIDAbstractType value) Sets the value of the baseID property. -
Uses of BaseIDAbstractType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected BaseIDAbstractType
LogoutRequestType.baseID
protected BaseIDAbstractType
NameIDMappingRequestType.baseID
Modifier and TypeMethodDescriptionLogoutRequestType.getBaseID()
Gets the value of the baseID property.NameIDMappingRequestType.getBaseID()
Gets the value of the baseID property.Modifier and TypeMethodDescriptionvoid
LogoutRequestType.setBaseID
(BaseIDAbstractType value) Sets the value of the baseID property.void
NameIDMappingRequestType.setBaseID
(BaseIDAbstractType value) Sets the value of the baseID property.