public interface AS400BasicAuthenticationPrincipal
extends java.security.Principal
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserProfileName()
Returns the user profile name.
|
void |
initialize(java.lang.String name)
Initializes a principal for the local IBM i system
based on the given user profile name.
|
java.lang.String getUserProfileName()
void initialize(java.lang.String name) throws java.lang.Exception
name
- The profile name.java.lang.Exception
- If an exception occurs.