public class AmbariGrantedAuthority extends Object implements org.springframework.security.core.GrantedAuthority
| Constructor and Description |
|---|
AmbariGrantedAuthority(PrivilegeEntity privilegeEntity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthority() |
PrivilegeEntity |
getPrivilegeEntity()
Get the associated privilege.
|
int |
hashCode() |
public AmbariGrantedAuthority(PrivilegeEntity privilegeEntity)
public String getAuthority()
getAuthority in interface org.springframework.security.core.GrantedAuthoritypublic PrivilegeEntity getPrivilegeEntity()
Copyright © 2022 Apache Software Foundation. All rights reserved.