public class SimpleStringMetadataIndexKey extends Object implements MetadataIndexKey
MetadataIndexKey
based on a single input string.Modifier and Type | Field and Description |
---|---|
private String |
value
The indexed value.
|
Constructor and Description |
---|
SimpleStringMetadataIndexKey(String newValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getValue()
Get the string value used as the index key.
|
int |
hashCode() |
String |
toString() |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.