public interface Registrar extends Authenticator, ApplicationScopedComponent
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Authenticator,Registrar> |
AS_REGISTRAR_ELSE_NULL |
static com.google.common.base.Predicate<Registrar> |
NON_NULL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRegister(Class<? extends RegistrationDetails> registrationDetailsClass)
Whether the provided
RegistrationDetails is recognized by this
Registrar. |
boolean |
register(RegistrationDetails registrationDetails) |
authenticate, canAuthenticate, isValidinit, shutdownstatic final com.google.common.base.Function<Authenticator,Registrar> AS_REGISTRAR_ELSE_NULL
boolean canRegister(Class<? extends RegistrationDetails> registrationDetailsClass)
RegistrationDetails is recognized by this
Registrar.boolean register(RegistrationDetails registrationDetails)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.