public class AliasWrapper extends Object
Provides methods for binding a keystore alias name with userID and alias type.
Constructor and Description |
---|
AliasWrapper(String userName)
Public constructor for the AliasWrapper.
|
Modifier and Type | Method and Description |
---|---|
String |
getId(AliasType type)
Returns a unique identifier for the keystore alias.
|
String |
getUserName()
Provides the user name associated with the alias for generic checking of
alias groups (an alias group would share the name, not the id).
|
public AliasWrapper(String userName)
userName
- Copyright © 2013 Nuxeo SA. All Rights Reserved.