Modifier and Type | Method and Description |
---|---|
java.util.Set<ReportServerPAM> |
AuthenticatorModule.providePAMs(ApplicationPropertiesService propertiesService,
HookHandlerService hookHandlerService,
Injector injector) |
Modifier and Type | Class and Description |
---|---|
class |
ChallengeResponsePAM |
class |
ChallengeResponsePAMAuthoritative |
class |
ChallengeResponseServerPAM |
Modifier and Type | Class and Description |
---|---|
class |
ClientCertificateMatchEmailPAM |
class |
ClientCertificateMatchEmailPAMAuthoritative |
class |
EveryoneIsRootPAM |
class |
IPRestrictionPAM |
class |
UserPasswordPAM |
class |
UserPasswordPAMAuthoritative |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ReportServerPAM> |
AuthenticatorService.getPams() |
java.util.Set<ReportServerPAM> |
AuthenticatorServiceImpl.getPams() |
Modifier and Type | Method and Description |
---|---|
void |
PAMHook.afterStaticPamConfig(java.util.LinkedHashSet<ReportServerPAM> pams) |
void |
PAMHook.beforeStaticPamConfig(java.util.LinkedHashSet<ReportServerPAM> pams) |
Modifier and Type | Method and Description |
---|---|
void |
PAMHookAdapter.afterStaticPamConfig(java.util.LinkedHashSet<ReportServerPAM> pams) |
void |
PAMHookAdapter.beforeStaticPamConfig(java.util.LinkedHashSet<ReportServerPAM> pams) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ReportServerPAM> |
AuthenticatorTestServiceImpl.getPams() |