Class RoleMapper.MappedRole

  • Enclosing class:
    RoleMapper

    public class RoleMapper.MappedRole
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean forward  
      java.lang.String role  
    • Constructor Summary

      Constructors 
      Constructor Description
      MappedRole​(java.lang.String role, boolean forward)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • role

        public final java.lang.String role
      • forward

        public final boolean forward
    • Constructor Detail

      • MappedRole

        public MappedRole​(java.lang.String role,
                          boolean forward)