Class DefaultAuthPolicyConf
- java.lang.Object
-
- org.apache.syncope.common.lib.policy.DefaultAuthPolicyConf
-
- All Implemented Interfaces:
Serializable
,BaseBean
,AuthPolicyConf
public class DefaultAuthPolicyConf extends Object implements AuthPolicyConf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthPolicyConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAuthModules()
String
getBypassPrincipalAttributeName()
String
getBypassPrincipalAttributeValue()
boolean
isBypassEnabled()
boolean
isTryAll()
void
setBypassEnabled(boolean bypassEnabled)
void
setBypassPrincipalAttributeName(String bypassPrincipalAttributeName)
void
setBypassPrincipalAttributeValue(String bypassPrincipalAttributeValue)
void
setTryAll(boolean tryAll)
-
-
-
Method Detail
-
isTryAll
public boolean isTryAll()
-
setTryAll
public void setTryAll(boolean tryAll)
-
isBypassEnabled
public boolean isBypassEnabled()
-
setBypassEnabled
public void setBypassEnabled(boolean bypassEnabled)
-
getBypassPrincipalAttributeName
public String getBypassPrincipalAttributeName()
-
setBypassPrincipalAttributeName
public void setBypassPrincipalAttributeName(String bypassPrincipalAttributeName)
-
getBypassPrincipalAttributeValue
public String getBypassPrincipalAttributeValue()
-
setBypassPrincipalAttributeValue
public void setBypassPrincipalAttributeValue(String bypassPrincipalAttributeValue)
-
-