|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.identity.IdentitySupport
public class IdentitySupport
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 |
---|
public IdentitySupport()
Method Detail |
---|
public boolean getSupportsLogin()
public void setSupportsLogin(boolean hasSupport)
hasSupport
- true if supportedpublic boolean getSupportsLogout()
public void setSupportsLogout(boolean hasSupport)
hasSupport
- true if supportedpublic boolean getSupportsPasswordChange()
public void setSupportsPasswordChange(boolean hasSupport)
hasSupport
- true if supportedpublic boolean getSupportsPasswordRecovery()
public void setSupportsPasswordRecovery(boolean hasSupport)
hasSupport
- true if supportedpublic boolean getSupportsUserProfileManagement()
public void setSupportsUserProfileManagement(boolean hasSupport)
hasSupport
- true if supportedpublic boolean getSupportsUserRegistration()
public void setSupportsUserRegistration(boolean hasSupport)
hasSupport
- true if supported
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |