Liking cljdoc? Tell your friends :D

javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag

This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.

This class represents whether or not a LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
raw docstring

*-optionalclj

Static Constant.

Optional LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag

Static Constant.

Optional LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
raw docstring

*-requiredclj

Static Constant.

Required LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag

Static Constant.

Required LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
raw docstring

*-requisiteclj

Static Constant.

Requisite LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag

Static Constant.

Requisite LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
raw docstring

*-sufficientclj

Static Constant.

Sufficient LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag

Static Constant.

Sufficient LoginModule.

type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
raw docstring

to-stringclj

(to-string this)

Return a String representation of this controlFlag.

The String has the format, LoginModuleControlFlag: flag, where flag is either required, requisite, sufficient, or optional.

returns: a String representation of this controlFlag. - java.lang.String

Return a String representation of this controlFlag.

  The String has the format, `LoginModuleControlFlag: flag`,
 where flag is either required, requisite,
 sufficient, or optional.

returns: a String representation of this controlFlag. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close