| Package | Description |
|---|---|
| in.clouthink.daas.security.token.core |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFeature |
AuthenticationFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationFeature[] |
AuthenticationFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureConfigurer |
FeatureConfigurer.configure(AuthenticationFeature f,
boolean state)
Method for changing state of an on/off authn feature for
this object mapper.
|
FeatureConfigurer |
FeatureConfigurer.disable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.disable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.disable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.enable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.enable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.enable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
boolean |
FeatureConfigurer.isDisabled(AuthenticationFeature f)
Accessor for simple mapper features (which are shared for
authn, authz)
|
boolean |
FeatureConfigurer.isEnabled(AuthenticationFeature f)
Accessor for simple mapper features (which are shared for
authn, authz)
|
Copyright © 2018. All rights reserved.