Java javax.security.auth.login AppConfigurationEntry fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.login AppConfigurationEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.login AppConfigurationEntry.

The text is from its open source code.

Constructor

Method

LoginModuleControlFlaggetControlFlag()
Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for this LoginModule .
StringgetLoginModuleName()
Get the class name of the configured LoginModule .
MapgetOptions()
Get the options configured for this LoginModule .