Package org.pac4j.saml.context
Class SAML2ConfigurationContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.pac4j.saml.context.SAML2ConfigurationContext
- All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>
public class SAML2ConfigurationContext
extends org.opensaml.messaging.context.BaseContext
This is
SAML2ConfigurationContext.- Since:
- 5.0.0
- Author:
- Misagh Moayyed
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionSAML2ConfigurationContext(org.pac4j.core.context.WebContext webContext, SAML2Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
REQUEST_ATTR_AUTHN_REQUEST_BINDING_TYPE
- See Also:
-
REQUEST_ATTR_ASSERTION_CONSUMER_SERVICE_INDEX
- See Also:
-
REQUEST_ATTR_ATTRIBUTE_CONSUMING_SERVICE_INDEX
- See Also:
-
REQUEST_ATTR_COMPARISON_TYPE
- See Also:
-
REQUEST_ATTR_NAME_ID_POLICY_FORMAT
- See Also:
-
REQUEST_ATTR_NAME_ID_POLICY_ALLOW_CREATE
- See Also:
-
REQUEST_ATTR_PROVIDER_NAME
- See Also:
-
REQUEST_ATTR_ISSUER_FORMAT
- See Also:
-
REQUEST_ATTR_USE_NAME_QUALIFIER
- See Also:
-
REQUEST_ATTR_AUTHN_CONTEXT_CLASS_REFS
- See Also:
-
REQUEST_ATTR_NAME_ID_ATTRIBUTE
- See Also:
-
REQUEST_ATTR_WANTS_ASSERTIONS_SIGNED
- See Also:
-
REQUEST_ATTR_WANTS_RESPONSES_SIGNED
- See Also:
-
REQUEST_ATTR_MAXIMUM_AUTHENTICATION_LIFETIME
- See Also:
-
-
Constructor Details
-
SAML2ConfigurationContext
public SAML2ConfigurationContext(org.pac4j.core.context.WebContext webContext, SAML2Configuration configuration)
-
-
Method Details
-
getSAML2Configuration
-
getAuthnRequestBindingType
-
getAssertionConsumerServiceIndex
-
getAttributeConsumingServiceIndex
-
getComparisonType
-
getNameIdPolicyFormat
-
isNameIdPolicyAllowCreate
-
getProviderName
-
getIssuerFormat
-
isUseNameQualifier
-
getAuthnContextClassRefs
-
isPassive
-
isForceAuth
-
getNameIdAttribute
-
isWantsAssertionsSigned
-
getMaximumAuthenticationLifetime
-
isWantsResponsesSigned
public boolean isWantsResponsesSigned()
-