public interface NameIDDecoder
NameID back into a principal name.| Modifier and Type | Method and Description |
|---|---|
String |
decode(SubjectCanonicalizationContext c14nContext,
NameID nameID)
Decode the provided
NameID. |
@Nullable String decode(@Nonnull SubjectCanonicalizationContext c14nContext, @Nonnull NameID nameID) throws NameDecoderException
NameID.
If the object is incompatible with the decoder in some way, a null is returned.
c14nContext - the active c14n contextnameID - the object to decodeNameDecoderException - if an error occurred during translationCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.