Authentication
API v8.1 SP2

Uses of Class
com.rsa.authagent.authapi.AuthAgentException

Packages that use AuthAgentException
com.rsa.ace.techservice.util   
com.rsa.authagent.authapi   
com.rsa.authagent.authapi.authmsg   
com.rsa.authagent.authapi.ciphers   
com.rsa.authagent.authapi.config   
com.rsa.authagent.authapi.realmstat   
 

Uses of AuthAgentException in com.rsa.ace.techservice.util
 

Methods in com.rsa.ace.techservice.util that throw AuthAgentException
 java.lang.String AcePinUtil.encryptPassCode(java.lang.String passCode)
           
 

Uses of AuthAgentException in com.rsa.authagent.authapi
 

Methods in com.rsa.authagent.authapi that throw AuthAgentException
 int AuthSession.check(java.lang.String userID, java.lang.String passCode)
          Requests the Authentication Manager to validate the user's passcode.
 int AuthSession.check(java.lang.String userID, java.lang.String passCode)
          Requests the Authentication Manager to validate the user's passcode.
 int Ace5Session.check(java.lang.String userID, java.lang.String passCode)
           
 int AuthSession.clientCheck(java.lang.String userID, java.lang.String passCode, java.net.InetAddress clientAddr)
          Requests the Authentication Manager to validate the user's passcode on behalf of the RSA Authentication Agent, which is represented by an IP address.
 int AuthSession.clientCheck(java.lang.String userID, java.lang.String passCode, java.net.InetAddress clientAddr)
          Requests the Authentication Manager to validate the user's passcode on behalf of the RSA Authentication Agent, which is represented by an IP address.
 int Ace5Session.clientCheck(java.lang.String userID, java.lang.String passCode, java.net.InetAddress clientAddr)
           
 void AuthSession.close()
          Cleans up the session data and closes any open sockets.
 void AuthSession.close()
          Cleans up the session data and closes any open sockets.
 void Ace5Session.close()
           
 AuthSession AuthSessionFactory.createUserSession()
          Creates a user session for subsequent authentication requests.
 AuthSession AuthSessionFactory.createUserSession()
          Creates a user session for subsequent authentication requests.
 ServerStatus AuthSessionFactory.getAceServerStatus()
          Obtains the current status of the realm.
 ServerStatus AuthSessionFactory.getAceServerStatus()
          Obtains the current status of the realm.
 long AuthSession.getAceTime()
          Obtains the UTC time of the Authentication Manager.
 long AuthSession.getAceTime()
          Obtains the UTC time of the Authentication Manager.
 long Ace5Session.getAceTime()
           
 int AuthSession.getAuthStatus()
          Calls check(), clientCheck(), lock(), next(), and pin() to obtain the status of the last user's authentication request.
 int AuthSession.getAuthStatus()
          Calls check(), clientCheck(), lock(), next(), and pin() to obtain the status of the last user's authentication request.
 int Ace5Session.getAuthStatus()
           
static AuthSessionFactory AuthSessionFactory.getInstance()
          Initializes and returns the Authentication API factory with the default settings for creating user sessions.
static AuthSessionFactory AuthSessionFactory.getInstance()
          Initializes and returns the Authentication API factory with the default settings for creating user sessions.
static AuthSessionFactory AuthSessionFactory.getInstance(java.lang.String configPath)
          Initializes and returns the Authentication API factory with specific settings for creating user sessions.
static AuthSessionFactory AuthSessionFactory.getInstance(java.lang.String configPath)
          Initializes and returns the Authentication API factory with specific settings for creating user sessions.
 PinData AuthSession.getPinData()
          Obtains the PIN parameters, including maximum and minimum lengths, PIN generation policy, and any PIN restrictions.
 PinData AuthSession.getPinData()
          Obtains the PIN parameters, including maximum and minimum lengths, PIN generation policy, and any PIN restrictions.
 PinData Ace5Session.getPinData()
           
 java.lang.String AuthSession.getShell()
          Obtains the shell value that is defined in the applicable user record.
 java.lang.String AuthSession.getShell()
          Obtains the shell value that is defined in the applicable user record.
 java.lang.String Ace5Session.getShell()
          Gets the Shell value
 int AuthSession.lock(java.lang.String userID)
          Requests the Authentication Manager to lock the user name that the user entered.
 int AuthSession.lock(java.lang.String userID)
          Requests the Authentication Manager to lock the user name that the user entered.
 int Ace5Session.lock(java.lang.String userID)
           
 int AuthSession.next(java.lang.String nextCode)
          To confirm the user's possession of the token, the Authentication Manager in certain instances puts the user into the Next Tokencode mode, requiring the user to enter the next tokencode displayed on the RSA SecurID token.
 int AuthSession.next(java.lang.String nextCode)
          To confirm the user's possession of the token, the Authentication Manager in certain instances puts the user into the Next Tokencode mode, requiring the user to enter the next tokencode displayed on the RSA SecurID token.
 int Ace5Session.next(java.lang.String nextCode)
           
 int AuthSession.pin(java.lang.String userPin)
          The first time a user authenticates with an RSA SecurID token, the user is in New PIN mode, in which the user is either assigned or must choose a PIN.
 int AuthSession.pin(java.lang.String userPin)
          The first time a user authenticates with an RSA SecurID token, the user is in New PIN mode, in which the user is either assigned or must choose a PIN.
 int Ace5Session.pin(java.lang.String userPin)
           
 void AuthSessionFactory.shutdown()
          Invokes a shutdown process that allows the Authentication API to free up system resources, save data, close files, and perform other necessary cleanup tasks.
 void AuthSessionFactory.shutdown()
          Invokes a shutdown process that allows the Authentication API to free up system resources, save data, close files, and perform other necessary cleanup tasks.
 void AuthSessionFactoryTest.testAuthSessionPropertiesFileNotExists()
           
 void AuthSessionFactoryTest.testAuthSessionWithDefaultProperties()
           
 void AuthSessionFactoryTest.testCreateUserSessionWithDefaultProperties()
           
 void AuthSessionFactoryTest.testCreateUserSessionWithPropertiesFileNotExists()
           
 void AuthSessionFactoryTest.testGetAceServerStatus()
           
 void AuthSessionFactoryTest.testShutdown()
           
 void AuthSessionFactoryTest.testTwoAuthSessionWithSameProperties()
           
 

Uses of AuthAgentException in com.rsa.authagent.authapi.authmsg
 

Methods in com.rsa.authagent.authapi.authmsg that throw AuthAgentException
 int AuthProxy.check(java.lang.String userID, java.lang.String passCode)
           
 int AuthProxy.clientCheck(java.lang.String userID, java.lang.String passCode, java.net.InetAddress clientAddr)
           
 int AuthProxy.lock(java.lang.String userID)
           
 int AuthProxy.next(java.lang.String nextCode)
           
 int AuthProxy.pin(java.lang.String userPin)
           
 void AuthProxy.time()
          Creates a time request.
 

Uses of AuthAgentException in com.rsa.authagent.authapi.ciphers
 

Methods in com.rsa.authagent.authapi.ciphers that throw AuthAgentException
static
<T> T
AgentCryptoJProvider.getJSafeType(java.lang.Class<T> jsafeClass, java.lang.String transformation, java.lang.String device)
           
 

Uses of AuthAgentException in com.rsa.authagent.authapi.config
 

Methods in com.rsa.authagent.authapi.config that throw AuthAgentException
 int AgentConfig.getAceTime()
           
 long AgentConfig.getAceTimeMillis()
           
 

Uses of AuthAgentException in com.rsa.authagent.authapi.realmstat
 

Constructors in com.rsa.authagent.authapi.realmstat that throw AuthAgentException
RealmOpts(DataDirectory dataDirectory)
           
ServerOpts(java.lang.String command, java.lang.String value)
           
 


Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.