org.beangle.security.authz

Role

Related Doc: package authz

class Role extends Authority with Serializable

Basic concrete implementation of a Authority.

Annotations
@SerialVersionUID()
Linear Supertypes
Authority, Ordered[Authority], Comparable[Authority], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Role
  2. Authority
  3. Ordered
  4. Comparable
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Role(name: Any)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(that: Authority): Boolean

    Definition Classes
    Ordered
  4. def <=(that: Authority): Boolean

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(that: Authority): Boolean

    Definition Classes
    Ordered
  7. def >=(that: Authority): Boolean

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def authority: Any

    If the Authority can be represented as a String and that String is sufficient in precision to be relied upon for an access control decision by an AuthorityManager (or delegate), this method should return such a String.

    If the Authority can be represented as a String and that String is sufficient in precision to be relied upon for an access control decision by an AuthorityManager (or delegate), this method should return such a String.

    If the Authority cannot be expressed with sufficient precision as a String, null should be returned. Returning null will require an AccessDecisionManager (or delegate) to specifically support the Authority implementation, so returning null should be avoided unless actually required.

    returns

    a representation of the granted authority (or null if the granted authority cannot be expressed as a String with sufficient precision).

    Definition Classes
    RoleAuthority
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(o: Authority): Int

    Definition Classes
    Role → Ordered
  12. def compareTo(that: Authority): Int

    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean

    Definition Classes
    Role → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    Role → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val name: Any

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    Role → AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Authority

Inherited from Ordered[Authority]

Inherited from Comparable[Authority]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped