Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectType
-
Packages that use SubjectType 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 SAMLv2org.keycloak.saml.processing.core.parsers.saml.assertion org.keycloak.saml.processing.core.saml.v2.factories org.keycloak.saml.processing.core.saml.v2.util org.keycloak.saml.processing.core.saml.v2.writers -
-
Uses of SubjectType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return SubjectType Modifier and Type Method Description SubjectType
AssertionType. getSubject()
Get the subjectMethods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectType Modifier and Type Method Description void
AssertionType. setSubject(SubjectType subject)
Set the subject -
Uses of SubjectType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as SubjectType Modifier and Type Field Description protected SubjectType
AuthnRequestType. subject
protected SubjectType
SubjectQueryAbstractType. subject
Methods in org.keycloak.dom.saml.v2.protocol that return SubjectType Modifier and Type Method Description SubjectType
AuthnRequestType. getSubject()
Gets the value of the subject property.SubjectType
SubjectQueryAbstractType. getSubject()
Gets the value of the subject property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type SubjectType Modifier and Type Method Description void
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
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return SubjectType Modifier and Type Method Description protected SubjectType
SAMLSubjectParser. instantiateElement(XMLEventReader xmlEventReader, StartElement element)
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type SubjectType Modifier and Type Method Description protected void
SAMLSubjectParser. processSubElement(XMLEventReader xmlEventReader, SubjectType target, SAMLAssertionQNames element, StartElement elementDetail)
-
Uses of SubjectType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return SubjectType Modifier and Type Method Description static SubjectType
SAMLAssertionFactory. createSubject(NameIDType nameID, SubjectConfirmationType confirmation)
Creates aSubjectType
object with the specified values.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type SubjectType Modifier and Type Method Description static 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
Methods in org.keycloak.saml.processing.core.saml.v2.util that return SubjectType Modifier and Type Method Description static 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
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type SubjectType Modifier and Type Method Description void
BaseWriter. write(SubjectType subject)
write anSubjectType
to stream
-