public class PrincipalProviderCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
PrincipalProvider
to the
login module.Constructor and Description |
---|
PrincipalProviderCallback() |
Modifier and Type | Method and Description |
---|---|
PrincipalProvider |
getPrincipalProvider()
Returns the principal provider as set using
setPrincipalProvider(org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider)
or null . |
void |
setPrincipalProvider(PrincipalProvider principalProvider)
Sets the
PrincipalProvider that is being used during the
authentication process. |
public PrincipalProvider getPrincipalProvider()
setPrincipalProvider(org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider)
or null
.PrincipalProvider
or null
if no
provider has been set before.public void setPrincipalProvider(PrincipalProvider principalProvider)
PrincipalProvider
that is being used during the
authentication process.principalProvider
- The principal provider to use during the
authentication process."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"