NameIdType - type of object producedpublic interface FormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject> extends NameIdentifierGenerator<NameIdType>
NameIdentifierGenerator that is locked to a specific Format
of identifier.
Generators without this property are only usable as a "fallback" when a specific generator isn't available for a particular Format.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat()
Get the identifier format associated with this component.
|
generate