Uses of Class
org.keycloak.dom.saml.v2.assertion.SubjectType
Packages that use 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
Methods in org.keycloak.dom.saml.v2.assertion that return SubjectTypeMethods in org.keycloak.dom.saml.v2.assertion with parameters of type SubjectTypeModifier and TypeMethodDescriptionvoidAssertionType.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 SubjectTypeModifier and TypeFieldDescriptionprotected SubjectTypeAuthnRequestType.subjectprotected SubjectTypeSubjectQueryAbstractType.subjectMethods in org.keycloak.dom.saml.v2.protocol that return SubjectTypeModifier and TypeMethodDescriptionAuthnRequestType.getSubject()Gets the value of the subject property.SubjectQueryAbstractType.getSubject()Gets the value of the subject property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type SubjectTypeModifier and TypeMethodDescriptionvoidAuthnRequestType.setSubject(SubjectType value) Sets the value of the subject property.voidSubjectQueryAbstractType.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 SubjectTypeModifier and TypeMethodDescriptionprotected SubjectTypeSAMLSubjectParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type SubjectTypeModifier and TypeMethodDescriptionprotected voidSAMLSubjectParser.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 SubjectTypeModifier and TypeMethodDescriptionstatic SubjectTypeSAMLAssertionFactory.createSubject(NameIDType nameID, SubjectConfirmationType confirmation) Creates aSubjectTypeobject with the specified values.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type SubjectTypeModifier and TypeMethodDescriptionstatic AssertionTypeSAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionTypewith 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 SubjectTypeModifier and TypeMethodDescriptionstatic SubjectTypeAssertionUtil.createAssertionSubject(String userName) Given a user name, create aSubjectTypethat 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 SubjectTypeModifier and TypeMethodDescriptionvoidBaseWriter.write(SubjectType subject) write anSubjectTypeto stream