edu.mit.stellar.api.user
Interface AuthenticationProviderInformation


public interface AuthenticationProviderInformation

AuthenticationProviderInformation

Version:
$Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
Author:
MIT Stellar team

Field Summary
static java.lang.String ACTIVE
           
static java.lang.String DISABLED
           
static java.lang.String UNCONFIRMED
           
 
Method Summary
 java.lang.String getProviderIdentifier()
          Identifier of the authenticationProvider.
 java.lang.String getStatus()
          status may be "unconfirmed" until user verifies its validity for login, "disabled" if this method/userIdentifier is disabled.
 java.lang.String getUserIdentifier()
          UserIdentifier: string identifying the user from this AuthenticationProvider.
 java.lang.String getUserInstance()
          UserInstance: if not null, the UserIdentity instance should be set to this value when this authetication provider and user identifier are used.
 

Field Detail

UNCONFIRMED

static final java.lang.String UNCONFIRMED
See Also:
Constant Field Values

DISABLED

static final java.lang.String DISABLED
See Also:
Constant Field Values

ACTIVE

static final java.lang.String ACTIVE
See Also:
Constant Field Values
Method Detail

getUserIdentifier

java.lang.String getUserIdentifier()
UserIdentifier: string identifying the user from this AuthenticationProvider. May be a username, openid URL, or equivalent.

Returns:
userIdentifier

getUserInstance

java.lang.String getUserInstance()
UserInstance: if not null, the UserIdentity instance should be set to this value when this authetication provider and user identifier are used.

Returns:
userIdentifier

getProviderIdentifier

java.lang.String getProviderIdentifier()
Identifier of the authenticationProvider.

Returns:

getStatus

java.lang.String getStatus()
status may be "unconfirmed" until user verifies its validity for login, "disabled" if this method/userIdentifier is disabled.

Returns:


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.