Uses of Interface
com.floragunn.searchguard.user.UserInformation
-
Packages that use UserInformation Package Description com.floragunn.searchguard.auditlog com.floragunn.searchguard.user -
-
Uses of UserInformation in com.floragunn.searchguard.auditlog
Methods in com.floragunn.searchguard.auditlog with parameters of type UserInformation Modifier and Type Method Description voidAuditLog. logBlockedUser(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidAuditLog. logBlockedUser(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, org.elasticsearch.tasks.Task task)voidNullAuditLog. logBlockedUser(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidNullAuditLog. logBlockedUser(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, org.elasticsearch.tasks.Task task)voidAuditLog. logFailedLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidAuditLog. logFailedLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, org.elasticsearch.tasks.Task task)voidNullAuditLog. logFailedLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidNullAuditLog. logFailedLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, org.elasticsearch.tasks.Task task)voidAuditLog. logMissingPrivileges(String privilege, UserInformation effectiveUser, org.elasticsearch.rest.RestRequest request)voidNullAuditLog. logMissingPrivileges(String privilege, UserInformation effectiveUser, org.elasticsearch.rest.RestRequest request)voidAuditLog. logSucceededLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidAuditLog. logSucceededLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, String action, org.elasticsearch.tasks.Task task)voidNullAuditLog. logSucceededLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.rest.RestRequest request)voidNullAuditLog. logSucceededLogin(UserInformation effectiveUser, boolean sgadmin, UserInformation initiatingUser, org.elasticsearch.transport.TransportRequest request, String action, org.elasticsearch.tasks.Task task) -
Uses of UserInformation in com.floragunn.searchguard.user
Classes in com.floragunn.searchguard.user that implement UserInformation Modifier and Type Class Description classAuthCredentialsAuthCredentials are an abstraction to encapsulate credentials like passwords or generic native credentials like GSS tokens.classUserA authenticated user and attributes associated to them (like roles, tenant, custom attributes)Fields in com.floragunn.searchguard.user declared as UserInformation Modifier and Type Field Description static UserInformationUserInformation. NONEMethods in com.floragunn.searchguard.user that return UserInformation Modifier and Type Method Description static UserInformationUserInformation. forName(String name)
-