public class FeatureConfigurer extends Object
| Constructor and Description |
|---|
FeatureConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
FeatureConfigurer |
configure(AuthenticationFeature f,
boolean state)
Method for changing state of an on/off authn feature for
this object mapper.
|
FeatureConfigurer |
disable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
disable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
enable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
enable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
boolean |
isDisabled(AuthenticationFeature f)
Accessor for simple mapper features (which are shared for
authn, authz)
|
boolean |
isEnabled(AuthenticationFeature f)
Accessor for simple mapper features (which are shared for
authn, authz)
|
public final boolean isEnabled(AuthenticationFeature f)
public final boolean isDisabled(AuthenticationFeature f)
public final FeatureConfigurer configure(AuthenticationFeature f, boolean state)
public final FeatureConfigurer enable(AuthenticationFeature feature)
AuthnConfig features.
Modifies and returns this instance; no new object is created.public final FeatureConfigurer enable(AuthenticationFeature first, AuthenticationFeature... f)
AuthnConfig features.
Modifies and returns this instance; no new object is created.public final FeatureConfigurer disable(AuthenticationFeature feature)
AuthnConfig features.
Modifies and returns this instance; no new object is created.public final FeatureConfigurer disable(AuthenticationFeature first, AuthenticationFeature... f)
AuthnConfig features.
Modifies and returns this instance; no new object is created.Copyright © 2018. All rights reserved.