Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.security | Provides the classes and interfaces for the security framework. |
javax.security.auth.login | This package provides a pluggable authentication framework. |
Uses of Configuration.Parameters in java.security |
---|
Modifier and Type | Class and Description |
---|---|
class |
URIParameter
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation. |
Uses of Configuration.Parameters in javax.security.auth.login |
---|
Modifier and Type | Method and Description |
---|---|
Configuration.Parameters |
Configuration.getParameters()
Return Configuration parameters. |
Modifier and Type | Method and Description |
---|---|
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. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.