Uses of Class
org.keycloak.dom.saml.v2.assertion.AssertionType
Packages that use AssertionType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of AssertionType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return AssertionTypeConstructors in org.keycloak.dom.saml.v2.assertion with parameters of type AssertionType -
Uses of AssertionType in org.keycloak.dom.saml.v2.mdattr
Fields in org.keycloak.dom.saml.v2.mdattr with type parameters of type AssertionTypeMethods in org.keycloak.dom.saml.v2.mdattr that return types with arguments of type AssertionTypeMethods in org.keycloak.dom.saml.v2.mdattr with parameters of type AssertionTypeModifier and TypeMethodDescriptionvoidEntityAttributes.addAssertion(AssertionType assertionType) voidEntityAttributes.removeAssertion(AssertionType assertionType) -
Uses of AssertionType in org.keycloak.dom.saml.v2.protocol
Methods in org.keycloak.dom.saml.v2.protocol that return AssertionTypeConstructors in org.keycloak.dom.saml.v2.protocol with parameters of type AssertionType -
Uses of AssertionType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response that return AssertionTypeModifier and TypeMethodDescriptionSAML2Response.createAssertion(String id, NameIDType issuer) Create an assertionSAML2Response.getAssertionType(InputStream is) Read an assertion from an input streamMethods in org.keycloak.saml.processing.api.saml.v2.response with parameters of type AssertionTypeModifier and TypeMethodDescriptionSAML2Response.createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertion) Create a ResponseTypevoidSAML2Response.createTimedConditions(AssertionType assertion, long durationInMilis) Add validity conditions to the SAML2 Assertion -
Uses of AssertionType in org.keycloak.saml.processing.core.parsers.saml.assertion
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return AssertionTypeModifier and TypeMethodDescriptionprotected AssertionTypeSAMLAssertionParser.instantiateElement(XMLEventReader xmlEventReader, StartElement nextElement) Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type AssertionTypeModifier and TypeMethodDescriptionprotected voidSAMLAssertionParser.processSubElement(XMLEventReader xmlEventReader, AssertionType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AssertionType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return AssertionTypeModifier and TypeMethodDescriptionstatic AssertionTypeSAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionTypewith the specified values.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type AssertionTypeModifier and TypeMethodDescriptionstatic ResponseTypeJBossSAMLAuthnResponseFactory.createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertionType) Create a Response Type -
Uses of AssertionType in org.keycloak.saml.processing.core.saml.v2.holders
Methods in org.keycloak.saml.processing.core.saml.v2.holders that return AssertionTypeMethods in org.keycloak.saml.processing.core.saml.v2.holders with parameters of type AssertionType -
Uses of AssertionType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return AssertionTypeModifier and TypeMethodDescriptionstatic AssertionTypeAssertionUtil.createAssertion(String id, NameIDType issuer) Create an assertionstatic AssertionTypeAssertionUtil.getAssertion(SAMLDocumentHolder holder, ResponseType responseType, PrivateKey privateKey) Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type AssertionTypeModifier and TypeMethodDescriptionstatic DocumentAssertionUtil.asDocument(AssertionType assertion) GivenAssertionType, convert it into a DOM Document.static StringAssertionUtil.asString(AssertionType assertion) GivenAssertionType, convert it into a Stringstatic voidAssertionUtil.createTimedConditions(AssertionType assertion, long durationInMilis) Add validity conditions to the SAML2 Assertionstatic voidAssertionUtil.createTimedConditions(AssertionType assertion, long durationInMilis, long clockSkew) Add validity conditions to the SAML2 Assertionstatic XMLGregorianCalendarAssertionUtil.getExpiration(AssertionType assertion) Extract the expiration time from anAssertionTypeAssertionUtil.getRoles(AssertionType assertion, List<String> roleKeys) Given an assertion, return the list of roles it may havestatic booleanAssertionUtil.hasExpired(AssertionType assertion) Check whether the assertion has expired.static booleanAssertionUtil.hasExpired(AssertionType assertion, long clockSkewInMilis) Verify whether the assertion has expired. -
Uses of AssertionType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type AssertionTypeModifier and TypeMethodDescriptionvoidSAMLAssertionWriter.write(AssertionType assertion) Write anAssertionTypeto stream