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

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

Introduction

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

The text is from its open source code.

Subclass

javax.security.auth.login.Configuration has subclasses.
Click this link to see all its subclasses.

Constructor

Configuration()
Sole constructor.

Method

AppConfigurationEntry[]getAppConfigurationEntry(String name)
Retrieve the AppConfigurationEntries for the specified name from this Configuration.
ClassgetClass()
Returns the runtime class of this Object .
ConfigurationgetConfiguration()
Get the installed login Configuration.
ConfigurationgetInstance(String type, Configuration.Parameters params)
Returns a Configuration object of the specified type.
voidrefresh()
Refresh and reload the Configuration.
voidsetConfiguration(Configuration configuration)
Set the login Configuration .
StringtoString()
Returns a string representation of the object.