public static class SecretKeyCallback.AliasRequest extends Object implements SecretKeyCallback.Request
Constructor and Description |
---|
SecretKeyCallback.AliasRequest(String alias)
Construct an AliasRequest with an alias.
|
public SecretKeyCallback.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 © 2012 JBoss by Red Hat. All Rights Reserved.