Class RoleMetadataIndex.RoleMetadataIndexKey
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
-
- All Implemented Interfaces:
MetadataIndexKey
- Enclosing class:
- RoleMetadataIndex
protected static class RoleMetadataIndex.RoleMetadataIndexKey extends Object implements MetadataIndexKey
An implementation ofMetadataIndexKeyrepresenting a single SAML metadata role.
-
-
Constructor Summary
Constructors Constructor Description RoleMetadataIndexKey(QName samlRole)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)QNamegetRole()Gets the entity role.inthashCode()StringtoString()
-
-
-
Field Detail
-
role
@Nonnull private final QName role
The entity role.
-
-
Constructor Detail
-
RoleMetadataIndexKey
public RoleMetadataIndexKey(@Nonnull QName samlRole)Constructor.- Parameters:
samlRole- the entity role
-
-
Method Detail
-
getRole
@Nonnull public QName getRole()
Gets the entity role.- Returns:
- the entity role
-
-