Apache CXF API

org.apache.cxf.jaxrs.security
Class KerberosAuthenticationFilter.KerberosSecurityContext

java.lang.Object
  extended by org.apache.cxf.common.security.SimpleSecurityContext
      extended by org.apache.cxf.jaxrs.security.KerberosAuthenticationFilter.KerberosSecurityContext
All Implemented Interfaces:
SecurityContext
Enclosing class:
KerberosAuthenticationFilter

public static class KerberosAuthenticationFilter.KerberosSecurityContext
extends SimpleSecurityContext


Constructor Summary
KerberosAuthenticationFilter.KerberosSecurityContext(KerberosAuthenticationFilter.KerberosPrincipal principal, GSSContext context)
           
 
Method Summary
 GSSContext getGSSContext()
           
 
Methods inherited from class org.apache.cxf.common.security.SimpleSecurityContext
getUserPrincipal, isUserInRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosAuthenticationFilter.KerberosSecurityContext

public KerberosAuthenticationFilter.KerberosSecurityContext(KerberosAuthenticationFilter.KerberosPrincipal principal,
                                                            GSSContext context)
Method Detail

getGSSContext

public GSSContext getGSSContext()

Apache CXF API

Apache CXF