public class SyncopeGrantedAuthority extends Object implements GrantedAuthority
Constructor and Description |
---|
SyncopeGrantedAuthority(String entitlement) |
SyncopeGrantedAuthority(String entitlement,
String realm) |
Modifier and Type | Method and Description |
---|---|
boolean |
addRealm(String newRealm) |
void |
addRealms(Collection<String> newRealms) |
boolean |
equals(Object obj) |
String |
getAuthority() |
Set<String> |
getRealms() |
int |
hashCode() |
String |
toString() |
public SyncopeGrantedAuthority(String entitlement)
public boolean addRealm(String newRealm)
public void addRealms(Collection<String> newRealms)
public String getAuthority()
getAuthority
in interface GrantedAuthority
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.