Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of SubjectType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeMethodDescriptionvoid
AssertionType.setSubject
(SubjectType subject) Set the subject -
Uses of SubjectType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected SubjectType
AuthnRequestType.subject
protected SubjectType
SubjectQueryAbstractType.subject
Modifier and TypeMethodDescriptionAuthnRequestType.getSubject()
Gets the value of the subject property.SubjectQueryAbstractType.getSubject()
Gets the value of the subject property.Modifier and TypeMethodDescriptionvoid
AuthnRequestType.setSubject
(SubjectType value) Sets the value of the subject property.void
SubjectQueryAbstractType.setSubject
(SubjectType subject) -
Uses of SubjectType in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeMethodDescriptionprotected SubjectType
SAMLSubjectParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLSubjectParser.processSubElement
(XMLEventReader xmlEventReader, SubjectType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of SubjectType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic SubjectType
SAMLAssertionFactory.createSubject
(NameIDType nameID, SubjectConfirmationType confirmation) Creates aSubjectType
object with the specified values.Modifier and TypeMethodDescriptionstatic AssertionType
SAMLAssertionFactory.createAssertion
(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionType
with the specified values. -
Uses of SubjectType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic SubjectType
AssertionUtil.createAssertionSubject
(String userName) Given a user name, create aSubjectType
that can then be inserted into an assertion -
Uses of SubjectType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
BaseWriter.write
(SubjectType subject) write anSubjectType
to stream