Apache CXF API

org.apache.cxf.security
Interface SecurityContext


public interface SecurityContext

Provides basic security information about the current message exchange


Method Summary
 java.security.Principal getUserPrincipal()
           
 boolean isUserInRole(java.lang.String role)
           
 

Method Detail

getUserPrincipal

java.security.Principal getUserPrincipal()

isUserInRole

boolean isUserInRole(java.lang.String role)

Apache CXF API

Apache CXF