public class AuthenticationInterceptorBean extends InterceptorBean
| Constructor and Description |
|---|
AuthenticationInterceptorBean()
Creates a new AuthenticationInterceptorBean instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthenticators(AuthenticatorBean... authenticators) |
void |
addPasswordPolicies(PasswordPolicyBean... ppolicies) |
List<AuthenticatorBean> |
getAuthenticators() |
List<PasswordPolicyBean> |
getPasswordPolicies() |
void |
removePasswordPolicies(PasswordPolicyBean... ppolicies) |
void |
setAuthenticators(List<AuthenticatorBean> authenticators) |
void |
setPasswordPolicies(List<PasswordPolicyBean> passwordPolicies) |
String |
toString(String tabs) |
compareTo, getInterceptorClassName, getInterceptorId, getInterceptorOrder, setInterceptorClassName, setInterceptorId, setInterceptorOrder, toStringgetDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toStringpublic AuthenticationInterceptorBean()
public void setAuthenticators(List<AuthenticatorBean> authenticators)
authenticators - the authenticators to setpublic void addAuthenticators(AuthenticatorBean... authenticators)
authenticators - the authenticators to addpublic List<AuthenticatorBean> getAuthenticators()
public List<PasswordPolicyBean> getPasswordPolicies()
public void setPasswordPolicies(List<PasswordPolicyBean> passwordPolicies)
passwordPolicies - the pwdPolicies to setpublic void addPasswordPolicies(PasswordPolicyBean... ppolicies)
ppolicies - the password policies to addpublic void removePasswordPolicies(PasswordPolicyBean... ppolicies)
ppolicies - the password policies to addpublic String toString(String tabs)
toString in class InterceptorBeanCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.