Class ResourceLocationCriterion
- java.lang.Object
-
- net.shibboleth.oidc.metadata.criterion.ResourceLocationCriterion
-
-
Constructor Summary
Constructors Constructor Description ResourceLocationCriterion(String resourceLocation)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetResourceLocation()Get the resource location.inthashCode()StringtoString()
-
-
-
Field Detail
-
location
@Nonnull private final String location
The resource location.
-
-
Constructor Detail
-
ResourceLocationCriterion
public ResourceLocationCriterion(@Nonnull String resourceLocation)Constructor.- Parameters:
resourceLocation- The resource location.
-
-
Method Detail
-
getResourceLocation
@Nonnull public String getResourceLocation()
Get the resource location.- Returns:
- The resource location.
-
-