java.lang.Object
org.opensaml.messaging.context.BaseContext
com.atlassian.crowd.sso.saml.impl.opensaml.context.SecurityContext
All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>

public class SecurityContext extends org.opensaml.messaging.context.BaseContext
Context for security related data.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext

    org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.security.x509.X509Credential
     
    void
    setResponseSignCredential(org.opensaml.security.x509.X509Credential responseSignCredential)
     

    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

    • SecurityContext

      public SecurityContext()
  • Method Details

    • getResponseSignCredential

      public org.opensaml.security.x509.X509Credential getResponseSignCredential()
    • setResponseSignCredential

      public void setResponseSignCredential(org.opensaml.security.x509.X509Credential responseSignCredential)