org.beangle.security.authz
package org.beangle.security.authz
Members list
Type members
Classlikes
abstract class AbstractRoleBasedAuthorizer extends Authorizer, Initializing
Attributes
- Supertypes
-
trait Initializingtrait Authorizertrait Refreshableclass Objecttrait Matchableclass AnyShow all
class AccessDeniedException(val resource: Any, message: String, cause: Throwable) extends AuthorizationException
Attributes
- Supertypes
-
class AuthorizationExceptionclass SecurityExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object Authority
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AuthorityDomain
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AuthorityDomain.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
class AuthorizationException(message: String, cause: Throwable) extends SecurityException
Attributes
- Supertypes
-
class SecurityExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AccessDeniedException
trait Authorizer extends Refreshable
Attributes
- Supertypes
-
trait Refreshableclass Objecttrait Matchableclass Any
- Known subtypes
class DomainFetcher(authorizer: Authorizer) extends Runnable
Attributes
- Supertypes
-
trait Runnableclass Objecttrait Matchableclass Any
trait Permission extends Serializable, Cloneable
Attributes
- Supertypes
-
trait Cloneabletrait Serializableclass Objecttrait Matchableclass Any
object ProtectedAuthorizer extends Authorizer
Attributes
- Supertypes
- Self type
-
ProtectedAuthorizer.type
object PublicAuthorizer extends Authorizer
Attributes
- Supertypes
- Self type
-
PublicAuthorizer.type
object Resource
trait Resource extends Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article