RemoteAuthorizer

org.beangle.ems.app.security.RemoteAuthorizer
class RemoteAuthorizer extends AbstractRoleBasedAuthorizer

Attributes

Graph
Supertypes
class AbstractRoleBasedAuthorizer
trait Initializing
trait Authorizer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def fetchDomain(): AuthorityDomain

Attributes

Definition Classes
AbstractRoleBasedAuthorizer

Inherited methods

override def init(): Unit

do initialization.

do initialization.

Attributes

Definition Classes
AbstractRoleBasedAuthorizer -> Initializing
Inherited from:
AbstractRoleBasedAuthorizer
override def isPermitted(context: SecurityContext): Boolean

Attributes

Definition Classes
AbstractRoleBasedAuthorizer -> Authorizer
Inherited from:
AbstractRoleBasedAuthorizer
override def isRoot(user: String): Boolean

Attributes

Definition Classes
AbstractRoleBasedAuthorizer -> Authorizer
Inherited from:
AbstractRoleBasedAuthorizer

Inherited fields

var domain: AuthorityDomain

Attributes

Inherited from:
AbstractRoleBasedAuthorizer
var refreshSeconds: Int

Attributes

Inherited from:
AbstractRoleBasedAuthorizer
var unknownIsProtected: Boolean

Attributes

Inherited from:
AbstractRoleBasedAuthorizer