Skip navigation links

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

E15864-02


Uses of Class
com.bharosa.vcrypt.auth.intf.VCryptAuthUser

Packages that use VCryptAuthUser
com.bharosa.vcrypt.auth.intf   
com.bharosa.vcrypt.auth.util   

 

Uses of VCryptAuthUser in com.bharosa.vcrypt.auth.intf

 

Methods in com.bharosa.vcrypt.auth.intf that return VCryptAuthUser
 VCryptAuthUser VCryptAuth.createUser(VCryptAuthUser user)
          This creates an user in the Authentication database.
 VCryptAuthUser VCryptAuth.getUser(java.lang.String customerId)
          Return the user details without the password and pin for the given customer and group
 VCryptAuthUser VCryptAuth.getUserByLoginId(java.lang.String loginId)
          This returns the user details without the password and pin.
 VCryptAuthUser VCryptAuth.getUserByLoginId(java.lang.String loginId, java.lang.String groupName)
          Return the user details without the password and pin for the given customer and group
 VCryptAuthUser VCryptAuth.setUser(VCryptAuthUser user)
          This updates the AuthUser

 

Methods in com.bharosa.vcrypt.auth.intf with parameters of type VCryptAuthUser
 VCryptAuthUser VCryptAuth.createUser(VCryptAuthUser user)
          This creates an user in the Authentication database.
 VCryptAuthUser VCryptAuth.setUser(VCryptAuthUser user)
          This updates the AuthUser

 

Uses of VCryptAuthUser in com.bharosa.vcrypt.auth.util

 

Methods in com.bharosa.vcrypt.auth.util that return VCryptAuthUser
static VCryptAuthUser VCryptAuthUtil.fromXMLAuthUser(java.lang.String xmlString)
           

 

Methods in com.bharosa.vcrypt.auth.util with parameters of type VCryptAuthUser
static java.lang.String VCryptAuthUtil.toXMLAuthUser(VCryptAuthUser authUser)
           

 


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.