|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.bharosa.vcrypt.auth.intf.VCryptAuthResult
public class VCryptAuthResult
Provides information about authentication results
| 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 |
|---|
public VCryptAuthResult()
public VCryptAuthResult(int rcode)
| Method Detail |
|---|
public int getCode()
public void setCode(int argResultCode)
argResultCode - Value to assign to this.resultCodepublic java.lang.String getLoginId()
public void setLoginId(java.lang.String argLoginId)
argLoginId - Value to assign to this.loginIdpublic java.lang.String getBharosaUserId()
public void setBharosaUserId(java.lang.String argUserId)
argUserId - Value to assign to this.bharosaUserIdpublic java.lang.String getCustomerId()
public void setCustomerId(java.lang.String customerId)
public java.lang.String getCustomerGroupId()
public void setCustomerGroupId(java.lang.String argGroupId)
argGroupId - Value to assign to this.customerGroupIdpublic java.util.List getRoles()
public void setRoles(java.util.ArrayList argRoles)
argRoles - Value to assign to this.rolespublic int getResultCode()
public void setResultCode(int argResultCode)
argResultCode - Value to assign to this.resultCodepublic java.lang.String getUserName()
public void setUserName(java.lang.String argUserName)
argUserName - Value to assign to this.userNamepublic int getDefaultAuthMode()
public void setDefaultAuthMode(int argDefaultAuthMode)
argDefaultAuthMode - Value to assign to this.defaultAuthModepublic java.lang.Long getAuthSessionId()
public void setAuthSessionId(java.lang.Long argAuthSessionId)
argAuthSessionId - Value to assign to this.authSessionId
|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||