Uses of Class
org.keycloak.dom.saml.v2.assertion.EncryptedElementType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of EncryptedElementType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeFieldDescriptionprotected EncryptedElementType
SubjectConfirmationType.encryptedID
Modifier and TypeMethodDescriptionAttributeStatementType.ASTChoiceType.getEncryptedAssertion()
SubjectConfirmationType.getEncryptedID()
Gets the value of the encryptedID property.SubjectType.STSubType.getEncryptedID()
Modifier and TypeMethodDescriptionvoid
SubjectConfirmationType.setEncryptedID
(EncryptedElementType value) Sets the value of the encryptedID property.void
SubjectType.STSubType.setEncryptedID
(EncryptedElementType encryptedID) -
Uses of EncryptedElementType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected EncryptedElementType
LogoutRequestType.encryptedID
protected EncryptedElementType
ManageNameIDRequestType.encryptedID
protected EncryptedElementType
NameIDMappingRequestType.encryptedID
protected EncryptedElementType
NameIDMappingResponseType.encryptedID
protected EncryptedElementType
ManageNameIDRequestType.newEncryptedID
Modifier and TypeMethodDescriptionLogoutRequestType.getEncryptedID()
Gets the value of the encryptedID property.ManageNameIDRequestType.getEncryptedID()
Gets the value of the encryptedID property.NameIDMappingRequestType.getEncryptedID()
Gets the value of the encryptedID property.NameIDMappingResponseType.getEncryptedID()
Gets the value of the encryptedID property.ManageNameIDRequestType.getNewEncryptedID()
Gets the value of the newEncryptedID property.Modifier and TypeMethodDescriptionvoid
LogoutRequestType.setEncryptedID
(EncryptedElementType value) Sets the value of the encryptedID property.void
ManageNameIDRequestType.setEncryptedID
(EncryptedElementType value) Sets the value of the encryptedID property.void
NameIDMappingRequestType.setEncryptedID
(EncryptedElementType value) Sets the value of the encryptedID property.void
NameIDMappingResponseType.setEncryptedID
(EncryptedElementType value) Sets the value of the encryptedID property.void
ManageNameIDRequestType.setNewEncryptedID
(EncryptedElementType value) Sets the value of the newEncryptedID property. -
Uses of EncryptedElementType in org.keycloak.saml.processing.api.saml.v2.response
Modifier and TypeMethodDescriptionSAML2Response.convert
(EncryptedElementType encryptedElementType) Convert an EncryptedElement into a Document