Package | Description |
---|---|
javax.security.auth.login |
This package provides a pluggable authentication framework.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.getConfiguration()
Get the installed login Configuration.
|
static Configuration |
Configuration.getInstance(String type,
Configuration.Parameters params)
Returns a Configuration object of the specified type.
|
static Configuration |
Configuration.getInstance(String type,
Configuration.Parameters params,
Provider provider)
Returns a Configuration object of the specified type.
|
static Configuration |
Configuration.getInstance(String type,
Configuration.Parameters params,
String provider)
Returns a Configuration object of the specified type.
|
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.setConfiguration(Configuration configuration)
Set the login
Configuration . |
Constructor and Description |
---|
LoginContext(String name,
Subject subject,
CallbackHandler callbackHandler,
Configuration config)
Instantiate a new
LoginContext object with a name,
a Subject to be authenticated,
a CallbackHandler object, and a login
Configuration . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.