All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal
- public interface AS400BasicAuthenticationPrincipal
The AS400BasicAuthenticationPrincipal interface defines AS/400
principals that can be exploited by authentication services
that rely on basic user and password authentication.
-
getUserProfileName()
- Returns the user profile name.
-
initialize(String)
- Initializes a principal for the local AS/400 system
based on the given user profile name.
getUserProfileName
public abstract String getUserProfileName()
- Returns the user profile name.
- Returns:
- A String containing the name; empty if not assigned.
initialize
public abstract void initialize(String name) throws Exception
- Initializes a principal for the local AS/400 system
based on the given user profile name.
- Parameters:
- name
- The profile name.
- Throws: Exception
- If an exception occurs.
All Packages Class Hierarchy This Package Previous Next Index