public class IdPAttributePrincipal extends Object implements Principal
IdPAttribute.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.attribute.IdPAttribute |
attribute
The attributes.
|
| Constructor and Description |
|---|
IdPAttributePrincipal(net.shibboleth.idp.attribute.IdPAttribute attr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
net.shibboleth.idp.attribute.IdPAttribute |
getAttribute()
Get the
IdPAttribute. |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nonnull private net.shibboleth.idp.attribute.IdPAttribute attribute
public IdPAttributePrincipal(@Nonnull@ParameterName(name="attr") net.shibboleth.idp.attribute.IdPAttribute attr)
attr - the attribute@Nonnull public net.shibboleth.idp.attribute.IdPAttribute getAttribute()
IdPAttribute.public int hashCode()
public boolean equals(Object other)
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.