Class TransformingNameIdentifierDecoder
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.saml.nameid.impl.BaseTransformingDecoder
net.shibboleth.idp.saml.nameid.impl.TransformingNameIdentifierDecoder
- All Implemented Interfaces:
NameIdentifierDecoder,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
public class TransformingNameIdentifierDecoder
extends BaseTransformingDecoder
implements NameIdentifierDecoder
Transform from a
NameIdentifier.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier) Decode the providedNameIdentifier.Methods inherited from class net.shibboleth.idp.saml.nameid.impl.BaseTransformingDecoder
decode, setLowercase, setTransforms, setUppercaseMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getId
-
Constructor Details
-
TransformingNameIdentifierDecoder
public TransformingNameIdentifierDecoder()
-
-
Method Details
-
decode
@Nullable public String decode(@Nonnull SubjectCanonicalizationContext c14nContext, @Nonnull NameIdentifier nameIdentifier) throws NameDecoderException Decode the providedNameIdentifier.If the object is incompatible with the decoder in some way, a null is returned.
- Specified by:
decodein interfaceNameIdentifierDecoder- Parameters:
c14nContext- the active c14n contextnameIdentifier- the object to decode- Returns:
- the principal decoded from the value, or null
- Throws:
NameDecoderException- if an error occurred during translation
-