Module org.elasticsearch.xcore
Class AuthorizationEngine.EmptyAuthorizationInfo
java.lang.Object
org.elasticsearch.xpack.core.security.authz.AuthorizationEngine.EmptyAuthorizationInfo
- All Implemented Interfaces:
AuthorizationEngine.AuthorizationInfo
- Enclosing interface:
AuthorizationEngine
public static final class AuthorizationEngine.EmptyAuthorizationInfo
extends Object
implements AuthorizationEngine.AuthorizationInfo
Implementation of authorization info that is used in cases where we were not able to resolve
the authorization info
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xpack.core.security.authz.AuthorizationEngine.AuthorizationInfo
getAuthenticatedUserAuthorizationInfo
-
Field Details
-
INSTANCE
-
-
Method Details
-
asMap
- Specified by:
asMapin interfaceAuthorizationEngine.AuthorizationInfo- Returns:
- a map representation of the authorization information. This map will be used to augment the data that is audited, so in the case of RBAC this map could contain the role names.
-