public static class SecretKeyCallback.AliasRequest extends Object implements SecretKeyCallback.Request
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()
Copyright © 2024 JBoss by Red Hat. All rights reserved.