Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11AssertionType
Packages that use SAML11AssertionType
Package
Description
-
Uses of SAML11AssertionType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion with type parameters of type SAML11AssertionTypeModifier and TypeFieldDescriptionprotected List<SAML11AssertionType>SAML11EvidenceType.assertionsMethods in org.keycloak.dom.saml.v1.assertion that return types with arguments of type SAML11AssertionTypeMethods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11AssertionTypeModifier and TypeMethodDescriptionvoidSAML11EvidenceType.add(SAML11AssertionType condition) booleanSAML11EvidenceType.remove(SAML11AssertionType assertion) Method parameters in org.keycloak.dom.saml.v1.assertion with type arguments of type SAML11AssertionTypeModifier and TypeMethodDescriptionvoidSAML11EvidenceType.addAllAssertionType(List<SAML11AssertionType> theassertions) -
Uses of SAML11AssertionType in org.keycloak.dom.saml.v1.protocol
Fields in org.keycloak.dom.saml.v1.protocol with type parameters of type SAML11AssertionTypeModifier and TypeFieldDescriptionprotected List<SAML11AssertionType>SAML11ResponseType.assertionsMethods in org.keycloak.dom.saml.v1.protocol that return types with arguments of type SAML11AssertionTypeMethods in org.keycloak.dom.saml.v1.protocol with parameters of type SAML11AssertionTypeModifier and TypeMethodDescriptionvoidSAML11ResponseType.add(SAML11AssertionType assertion) booleanSAML11ResponseType.remove(SAML11AssertionType assertion) -
Uses of SAML11AssertionType in org.keycloak.saml.processing.core.parsers.saml
Methods in org.keycloak.saml.processing.core.parsers.saml that return SAML11AssertionType -
Uses of SAML11AssertionType in org.keycloak.saml.processing.core.saml.v1.writers
Methods in org.keycloak.saml.processing.core.saml.v1.writers with parameters of type SAML11AssertionTypeModifier and TypeMethodDescriptionvoidSAML11AssertionWriter.write(SAML11AssertionType assertion) Write anSAML11AssertionTypeto stream -
Uses of SAML11AssertionType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return SAML11AssertionTypeModifier and TypeMethodDescriptionstatic SAML11AssertionTypeAssertionUtil.createSAML11Assertion(String id, XMLGregorianCalendar issueInstant, String issuer) Create an assertionMethods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type SAML11AssertionTypeModifier and TypeMethodDescriptionstatic voidAssertionUtil.createSAML11TimedConditions(SAML11AssertionType assertion, long durationInMilis, long clockSkew) Add validity conditions to the SAML2 AssertionAssertionUtil.getRoles(SAML11AssertionType assertion, List<String> roleKeys) Given an assertion, return the list of roles it may havestatic booleanAssertionUtil.hasExpired(SAML11AssertionType assertion) Check whether the assertion has expiredstatic booleanAssertionUtil.hasExpired(SAML11AssertionType assertion, long clockSkewInMilis) Verify whether the assertion has expired.