| Package | Description |
|---|---|
| com.sun.enterprise.security.store | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| org.glassfish.security.common | |
| org.glassfish.security.services.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainScopedPasswordAliasStore
Marker interface identifying a PasswordAliasStore implementation as one
used for storing domain-scoped password aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordAliasStore.putAll(PasswordAliasStore otherStore)
Adds all alias/password pairs from the specified store to this store.
|
| Constructor and Description |
|---|
PasswordAliasResolverImpl(PasswordAliasStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
JCEKSDomainPasswordAliasStore
Exposes as a service the JCEKS implementation of the
domain-scoped password alias store.
|
class |
JCEKSPasswordAliasStore
Provides the PasswordAliasStore behavior using a JCEKS keystore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCEKSPasswordAliasStore.putAll(PasswordAliasStore otherStore) |
Copyright © 2019. All rights reserved.