| com.sun.jbi.internal.security.UserDomain
All known Subclasses: com.sun.jbi.internal.security.auth.AuthenticationContext,
UserDomain | public interface UserDomain extends com.sun.jbi.binding.security.Context(Code) | | UserDomain is the handle to getting the user information.
This interface will be refined further based on requirements.
The methods in this interface throw Exception and no specific exception has been
defined to keep the interface non-proprietary.
author: Sun Microsystems, Inc. |
getAuthType | String getAuthType()(Code) | | Get the Authentication Type for the domain.
the Authentication Type. |
getName | String getName()(Code) | | Get the User Domain Name.
the name of the User Domain |
setAuthType | void setAuthType(String authType)(Code) | | Set the Authentication Type for this domain.
Parameters: authType - is the authentication type string, the only supportedtype in Shasta 1.0 is JAAS. |
setName | void setName(String name)(Code) | | Set the User Domain Name.
Parameters: name - is the name of the User Domain |
|
|