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.
Static Constant.
Optional LoginModule.
type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant. Optional LoginModule. type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant.
Required LoginModule.
type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant. Required LoginModule. type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant.
Requisite LoginModule.
type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant. Requisite LoginModule. type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant.
Sufficient LoginModule.
type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
Static Constant. Sufficient LoginModule. type: javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close