Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.common.security.SimplePrincipal
      extended by org.apache.cxf.jaxrs.security.KerberosAuthenticationFilter.KerberosPrincipal
All Implemented Interfaces:
Principal
Enclosing class:
KerberosAuthenticationFilter

public static class KerberosAuthenticationFilter.KerberosPrincipal
extends SimplePrincipal


Constructor Summary
KerberosAuthenticationFilter.KerberosPrincipal(String simpleName, String complexName)
           
 
Method Summary
 String getKerberosName()
           
 
Methods inherited from class org.apache.cxf.common.security.SimplePrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KerberosAuthenticationFilter.KerberosPrincipal

public KerberosAuthenticationFilter.KerberosPrincipal(String simpleName,
                                                      String complexName)
Method Detail

getKerberosName

public String getKerberosName()

Apache CXF API

Apache CXF