Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


com.bharosa.vcrypt.auth.intf
Class VCryptAuthUser

java.lang.Object
  extended by com.bharosa.vcrypt.auth.intf.VCryptAuthUser

All Implemented Interfaces:
java.io.Serializable

public class VCryptAuthUser
extends java.lang.Object
implements java.io.Serializable

Provides information about the user

See Also:
Serialized Form

Field Summary
static java.lang.String OTP_EMAIL_CHANNEL
           
static java.lang.String OTP_PREFERRED_CHANNEL
           
static java.lang.String OTP_SMS_CHANNEL
           
static java.lang.String OTP_STATUS
           
static java.lang.String PREF_STATUS
           

 

Constructor Summary
VCryptAuthUser()
           

 

Method Summary
 java.lang.String getBharosaUserId()
          Returns the bharosaUserId for this loginId.
 VCryptLocalizedString getCaption()
           
 VCryptLocale getCaptionLocale()
           
 java.lang.String getCustomerGroupId()
          Returns the customerGroupId to which this user belongs to.
 java.lang.String getCustomerId()
           
 java.lang.String getFullName()
          Returns the name of the user.
 int getImageStatus()
           
 java.lang.String getLoginId()
          Returns the loginId
 int getPhraseStatus()
           
 int getQuestionStatus()
           
 int getRegistrationStatus()
           
 java.util.List getRoles()
          Returns the list of roles associated with this user.
 java.util.Map getSecurityPreferences()
          Returns user security preferences
 int getStatus()
           
 java.lang.String getUserData(java.lang.String key)
           
 void setBharosaUserId(java.lang.String argUserId)
          Sets the value of bharosaUserId
 void setCaption(java.lang.String captionText, VCryptLocale captionLocale)
           
 void setCaption(VCryptLocalizedString caption)
           
 void setCaptionLocale(VCryptLocale locale)
           
 void setCustomerGroupId(java.lang.String argGroupId)
          Sets the value of customerGroupId
 void setCustomerId(java.lang.String customerId)
           
 void setFullName(java.lang.String argUserName)
          Sets the value of fullName
 void setLoginId(java.lang.String argLoginId)
          Sets the value of loginId
 void setRoles(java.util.List argRoles)
          Sets the value of roles
 void setSecurityPreferences(java.util.Map argSecurityPreferences)
          Sets the value of securityPreferences
 void setUserData(java.lang.String key, java.lang.String value)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PREF_STATUS

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

OTP_STATUS

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

OTP_SMS_CHANNEL

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

OTP_EMAIL_CHANNEL

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

OTP_PREFERRED_CHANNEL

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

Constructor Detail

VCryptAuthUser

public VCryptAuthUser()

Method Detail

getLoginId

public java.lang.String getLoginId()
Returns the loginId

getBharosaUserId

public java.lang.String getBharosaUserId()
Returns the bharosaUserId for this loginId. It returns null if the loginId is invalid

getCustomerGroupId

public java.lang.String getCustomerGroupId()
Returns the customerGroupId to which this user belongs to.
Returns:
The user group id of the user. It will null if the user is not in the database or if there was some other exception.

getCustomerId

public java.lang.String getCustomerId()

setCustomerId

public void setCustomerId(java.lang.String customerId)

getFullName

public java.lang.String getFullName()
Returns the name of the user. Can be used for customizing the web page

getRoles

public java.util.List getRoles()
Returns the list of roles associated with this user.
Returns:
List of the Strings with Roles.

getSecurityPreferences

public java.util.Map getSecurityPreferences()
Returns user security preferences
Returns:
Name Value pair of preferences

setLoginId

public void setLoginId(java.lang.String argLoginId)
Sets the value of loginId
Parameters:
argLoginId - Value to assign to this.loginId

setBharosaUserId

public void setBharosaUserId(java.lang.String argUserId)
Sets the value of bharosaUserId
Parameters:
argUserId - Value to assign to this.bharosaUserId

setCustomerGroupId

public void setCustomerGroupId(java.lang.String argGroupId)
Sets the value of customerGroupId
Parameters:
argGroupId - Value to assign to this.customerGroupId

setFullName

public void setFullName(java.lang.String argUserName)
Sets the value of fullName
Parameters:
argUserName - Value to assign to this.fullName

setRoles

public void setRoles(java.util.List argRoles)
Sets the value of roles
Parameters:
argRoles - Value to assign to this.roles

setSecurityPreferences

public void setSecurityPreferences(java.util.Map argSecurityPreferences)
Sets the value of securityPreferences
Parameters:
argSecurityPreferences - Value to assign to this.securityPreferences

getRegistrationStatus

public int getRegistrationStatus()

getQuestionStatus

public int getQuestionStatus()

getImageStatus

public int getImageStatus()

getPhraseStatus

public int getPhraseStatus()

getStatus

public int getStatus()

getCaption

public VCryptLocalizedString getCaption()

setCaption

public void setCaption(VCryptLocalizedString caption)

setCaption

public void setCaption(java.lang.String captionText,
                       VCryptLocale captionLocale)

getCaptionLocale

public VCryptLocale getCaptionLocale()

setCaptionLocale

public void setCaptionLocale(VCryptLocale locale)

getUserData

public java.lang.String getUserData(java.lang.String key)

setUserData

public void setUserData(java.lang.String key,
                        java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


Copyright © 2011, Oracle. All rights reserved.