juzu.request
Interface SecurityContext


public interface SecurityContext

Author:
Julien Viet

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

Method Detail

getRemoteUser

String getRemoteUser()

getUserPrincipal

Principal getUserPrincipal()

isUserInRole

boolean isUserInRole(String role)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.