Apache CXF API

org.apache.cxf.security
Interface SecurityContext

All Known Subinterfaces:
ClaimsSecurityContext, LoginSecurityContext
All Known Implementing Classes:
DefaultSecurityContext, KerberosAuthenticationFilter.KerberosSecurityContext, RolePrefixSecurityContextImpl, SAMLSecurityContext, SimpleSecurityContext

public interface SecurityContext

Provides basic security information about the current message exchange


Method Summary
 Principal getUserPrincipal()
           
 boolean isUserInRole(String role)
           
 

Method Detail

getUserPrincipal

Principal getUserPrincipal()

isUserInRole

boolean isUserInRole(String role)

Apache CXF API

Apache CXF