Class DefaultAuthPolicyConf
java.lang.Object
org.apache.syncope.common.lib.policy.DefaultAuthPolicyConf
- All Implemented Interfaces:
Serializable
,BaseBean
,AuthPolicyConf
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isTryAll()
void
setBypassEnabled
(boolean bypassEnabled) void
setBypassPrincipalAttributeName
(String bypassPrincipalAttributeName) void
setBypassPrincipalAttributeValue
(String bypassPrincipalAttributeValue) void
setTryAll
(boolean tryAll)
-
Constructor Details
-
DefaultAuthPolicyConf
public DefaultAuthPolicyConf()
-
-
Method Details
-
isTryAll
public boolean isTryAll() -
setTryAll
public void setTryAll(boolean tryAll) -
isBypassEnabled
public boolean isBypassEnabled() -
setBypassEnabled
public void setBypassEnabled(boolean bypassEnabled) -
getBypassPrincipalAttributeName
-
setBypassPrincipalAttributeName
-
getBypassPrincipalAttributeValue
-
setBypassPrincipalAttributeValue
-
getAuthModules
-