| Modifier and Type | Field and Description |
|---|---|
private Collection<String> |
authorities
The authorities.
|
| Constructor and Description |
|---|
ProxyAuthenticationPrincipal()
Constructor.
|
ProxyAuthenticationPrincipal(Collection<String> proxiedAuthorities)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Collection<String> |
getAuthorities()
Get the mutable authority collection.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nonnull @NonnullElements private Collection<String> authorities
public ProxyAuthenticationPrincipal()
public ProxyAuthenticationPrincipal(@Nonnull@NonnullElements Collection<String> proxiedAuthorities)
proxiedAuthorities - initial set of authorities@Nonnull @NonnullElements @Live public Collection<String> getAuthorities()
public int hashCode()
public boolean equals(Object other)
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.