Class RolePrincipal

java.lang.Object
io.hawt.web.auth.RolePrincipal
All Implemented Interfaces:
Principal

public class RolePrincipal extends Object implements Principal
Simple principal to hold a role name of authenticated user (JAAS Subject).
  • Constructor Details

    • RolePrincipal

      public RolePrincipal(String roleName)
  • Method Details