Esri Geoportal Server
1.0

com.esri.gpt.framework.security.identity
Class IdentitySupport

java.lang.Object
  extended by com.esri.gpt.framework.security.identity.IdentitySupport

public class IdentitySupport
extends Object

Defines the functions supported by an IdentityAdapter.


Constructor Summary
IdentitySupport()
          Default constructor.
 
Method Summary
 boolean getSupportsLogin()
          Gets the the login support status.
 boolean getSupportsLogout()
          Gets the logout support status.
 boolean getSupportsPasswordChange()
          Gets the password change support status.
 boolean getSupportsPasswordRecovery()
          Gets the password recovery support status.
 boolean getSupportsUserProfileManagement()
          Gets the user profile management support status.
 boolean getSupportsUserRegistration()
          Gets the user registration support status.
 void setSupportsLogin(boolean hasSupport)
          Sets the the login support status.
 void setSupportsLogout(boolean hasSupport)
          Sets the logout support status.
 void setSupportsPasswordChange(boolean hasSupport)
          Sets the password change support status.
 void setSupportsPasswordRecovery(boolean hasSupport)
          Sets the password recovery support status.
 void setSupportsUserProfileManagement(boolean hasSupport)
          Sets the user profile management support status.
 void setSupportsUserRegistration(boolean hasSupport)
          Sets the user registration support status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentitySupport

public IdentitySupport()
Default constructor.

Method Detail

getSupportsLogin

public boolean getSupportsLogin()
Gets the the login support status.
The default value is true.

Returns:
true if supported

setSupportsLogin

public void setSupportsLogin(boolean hasSupport)
Sets the the login support status.

Parameters:
hasSupport - true if supported

getSupportsLogout

public boolean getSupportsLogout()
Gets the logout support status.
The default value is true.

Returns:
true if supported

setSupportsLogout

public void setSupportsLogout(boolean hasSupport)
Sets the logout support status.

Parameters:
hasSupport - true if supported

getSupportsPasswordChange

public boolean getSupportsPasswordChange()
Gets the password change support status.
The default value is false.

Returns:
true if supported

setSupportsPasswordChange

public void setSupportsPasswordChange(boolean hasSupport)
Sets the password change support status.

Parameters:
hasSupport - true if supported

getSupportsPasswordRecovery

public boolean getSupportsPasswordRecovery()
Gets the password recovery support status.
The default value is false.

Returns:
true if supported

setSupportsPasswordRecovery

public void setSupportsPasswordRecovery(boolean hasSupport)
Sets the password recovery support status.

Parameters:
hasSupport - true if supported

getSupportsUserProfileManagement

public boolean getSupportsUserProfileManagement()
Gets the user profile management support status.
The default value is false.

Returns:
true if supported

setSupportsUserProfileManagement

public void setSupportsUserProfileManagement(boolean hasSupport)
Sets the user profile management support status.

Parameters:
hasSupport - true if supported

getSupportsUserRegistration

public boolean getSupportsUserRegistration()
Gets the user registration support status.
The default value is false.

Returns:
true if supported

setSupportsUserRegistration

public void setSupportsUserRegistration(boolean hasSupport)
Sets the user registration support status.

Parameters:
hasSupport - true if supported

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.