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 VCryptAuthResult

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

All Implemented Interfaces:
java.io.Serializable

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

Provides information about authentication results

See Also:
Serialized Form

Constructor Summary
VCryptAuthResult()
           
VCryptAuthResult(int rcode)
           

 

Method Summary
 java.lang.Long getAuthSessionId()
          Gets the value of authSessionId
 java.lang.String getBharosaUserId()
          Gets the value of bharosaUserId
 int getCode()
          Returns the result code
 java.lang.String getCustomerGroupId()
          Gets the value of customerGroupId
 java.lang.String getCustomerId()
           
 int getDefaultAuthMode()
          Gets the value of defaultAuthMode
 java.lang.String getLoginId()
          Gets the value of loginId
 int getResultCode()
          Gets the value of resultCode
 java.util.List getRoles()
          Gets the value of roles
 java.lang.String getUserName()
          Gets the value of userName
 void setAuthSessionId(java.lang.Long argAuthSessionId)
          Sets the value of authSessionId
 void setBharosaUserId(java.lang.String argUserId)
          Sets the value of bharosaUserId
 void setCode(int argResultCode)
          Sets the value of resultCode
 void setCustomerGroupId(java.lang.String argGroupId)
          Sets the value of customerGroupId
 void setCustomerId(java.lang.String customerId)
           
 void setDefaultAuthMode(int argDefaultAuthMode)
          Sets the value of defaultAuthMode
 void setLoginId(java.lang.String argLoginId)
          Sets the value of loginId
 void setResultCode(int argResultCode)
          Sets the value of resultCode
 void setRoles(java.util.ArrayList argRoles)
          Sets the value of roles
 void setUserName(java.lang.String argUserName)
          Sets the value of userName

 

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

 

Constructor Detail

VCryptAuthResult

public VCryptAuthResult()

VCryptAuthResult

public VCryptAuthResult(int rcode)

Method Detail

getCode

public int getCode()
Returns the result code
Returns:
result code

setCode

public void setCode(int argResultCode)
Sets the value of resultCode
Parameters:
argResultCode - Value to assign to this.resultCode

getLoginId

public java.lang.String getLoginId()
Gets the value of loginId
Returns:
the value of loginId

setLoginId

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

getBharosaUserId

public java.lang.String getBharosaUserId()
Gets the value of bharosaUserId
Returns:
the value of bharosaUserId

setBharosaUserId

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

getCustomerId

public java.lang.String getCustomerId()

setCustomerId

public void setCustomerId(java.lang.String customerId)

getCustomerGroupId

public java.lang.String getCustomerGroupId()
Gets the value of customerGroupId
Returns:
the value of customerGroupId

setCustomerGroupId

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

getRoles

public java.util.List getRoles()
Gets the value of roles
Returns:
the value of roles

setRoles

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

getResultCode

public int getResultCode()
Gets the value of resultCode
Returns:
the value of resultCode

setResultCode

public void setResultCode(int argResultCode)
Sets the value of resultCode
Parameters:
argResultCode - Value to assign to this.resultCode

getUserName

public java.lang.String getUserName()
Gets the value of userName
Returns:
the value of userName

setUserName

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

getDefaultAuthMode

public int getDefaultAuthMode()
Gets the value of defaultAuthMode
Returns:
the value of defaultAuthMode

setDefaultAuthMode

public void setDefaultAuthMode(int argDefaultAuthMode)
Sets the value of defaultAuthMode
Parameters:
argDefaultAuthMode - Value to assign to this.defaultAuthMode

getAuthSessionId

public java.lang.Long getAuthSessionId()
Gets the value of authSessionId
Returns:
the value of authSessionId

setAuthSessionId

public void setAuthSessionId(java.lang.Long argAuthSessionId)
Sets the value of authSessionId
Parameters:
argAuthSessionId - Value to assign to this.authSessionId

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.