public static class SecretKeyCallback.AliasRequest extends Object implements SecretKeyCallback.Request
Request type for secret keys that are identified via an alias.
Constructor and Description |
---|
AliasRequest(String alias)
Construct an AliasRequest with an alias.
|
public AliasRequest(String alias)
Construct an AliasRequest with an alias.
The alias is used to directly identify the secret key to be returned.
If the alias is null, the handler of the callback relies on its own default.
alias
- Name identifier for the secret key, or nullpublic String getAlias()
Get the alias.
Copyright © 2019 JBoss by Red Hat. All rights reserved.