Class IsUsernameCollectionRequired
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.plugin.authn.webauthn.context.logic.IsUsernameCollectionRequired
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Component,DestructableComponent,InitializableComponent
public class IsUsernameCollectionRequired
extends AbstractInitializableComponent
implements Predicate<ProfileRequestContext>
A predicate that determines if a username already exists in the authentication context.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, doInitialize, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
IsUsernameCollectionRequired
public IsUsernameCollectionRequired()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-