Class ConfigContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
com.atlassian.crowd.sso.saml.impl.opensaml.context.ConfigContext
- All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>
public class ConfigContext
extends org.opensaml.messaging.context.BaseContext
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConfigContext
public ConfigContext(boolean skipApplicationValidation)
-
-
Method Details
-
isSkipApplicationValidation
public boolean isSkipApplicationValidation()- Returns:
- whether to skip the verification if user is authorized to login to the application
-