Package com.datahub.authorization
Class AuthorizationResult
- java.lang.Object
-
- com.datahub.authorization.AuthorizationResult
-
public class AuthorizationResult extends java.lang.ObjectA result returned after requesting authorization for a particular privilege.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthorizationResult.TypeThe result type.
-
Field Summary
Fields Modifier and Type Field Description AuthorizationResult.TypetypeThe decision - whether to allow or deny the request.
-
Constructor Summary
Constructors Constructor Description AuthorizationResult()
-
-
-
Field Detail
-
type
public AuthorizationResult.Type type
The decision - whether to allow or deny the request.
-
-