|
JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.security.auth.message.callback.SecretKeyCallback.AliasRequest
public static class SecretKeyCallback.AliasRequest
Request type for secret keys that are identified via an alias.
Constructor Summary | |
---|---|
SecretKeyCallback.AliasRequest(String alias)
Construct an AliasRequest with an alias. |
Method Summary | |
---|---|
String |
getAlias()
Get the alias. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 nullMethod Detail |
---|
public String getAlias()
|
JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |