Uses of Class
org.aselect.system.exception.ASelectUDBException

Packages that use ASelectUDBException
org.aselect.server.udb   
org.aselect.server.udb.flatfile   
org.aselect.server.udb.jdbc   
org.aselect.server.udb.jndi   
org.aselect.server.udb.sasdb   
 

Uses of ASelectUDBException in org.aselect.server.udb
 

Methods in org.aselect.server.udb that throw ASelectUDBException
 java.lang.String IUDBConnector.getUserAttributes(java.lang.String sUserId, java.lang.String sAuthSPId)
          Retrieves the user attributes for the given user and AuthSP.
 void IUDBConnector.init(java.lang.Object oConfigSection)
          Initializes the the IUDBConnector.
 boolean IUDBConnector.isUserEnabled(java.lang.String sUserId)
          Check if the user is enabled for A-Select.
 

Uses of ASelectUDBException in org.aselect.server.udb.flatfile
 

Methods in org.aselect.server.udb.flatfile that throw ASelectUDBException
 void FlatFileConnector.init(java.lang.Object oConfigSection)
          Initializes managers and loads the A-Select user db flatfile into a Properties object.
 

Uses of ASelectUDBException in org.aselect.server.udb.jdbc
 

Methods in org.aselect.server.udb.jdbc that throw ASelectUDBException
 java.lang.String JDBCConnector.getUserAttributes(java.lang.String sUserId, java.lang.String sAuthSPId)
          Retrieve the A-Select user attributes.
 void JDBCConnector.init(java.lang.Object oConfigSection)
          Initializes managers and opens a JDBC connection to the A-Select user db.
 boolean JDBCConnector.isUserEnabled(java.lang.String sUserId)
          Check if user is A-Select enabled.
 

Uses of ASelectUDBException in org.aselect.server.udb.jndi
 

Methods in org.aselect.server.udb.jndi that throw ASelectUDBException
 java.lang.String JNDIConnector.getUserAttributes(java.lang.String sUserId, java.lang.String sAuthSPId)
          Retrieve the A-Select user attributes.
 void JNDIConnector.init(java.lang.Object oConfigSection)
          Initializes managers and opens a JNDI connection to the A-Select user db.
 boolean JNDIConnector.isUserEnabled(java.lang.String sUserId)
          Check if user is A-Select enabled.
 

Uses of ASelectUDBException in org.aselect.server.udb.sasdb
 

Methods in org.aselect.server.udb.sasdb that throw ASelectUDBException
 java.lang.String SASDBConnector.getUserAttributes(java.lang.String sUserId, java.lang.String sAuthSPId)
          Retrieve the A-Select user attributes.
 void SASDBConnector.init(java.lang.Object oConfigSection)
          Reads the SASSB configuration and initializes the SASDB udb storage.
 boolean SASDBConnector.isUserEnabled(java.lang.String sUserId)
          Check if user is A-Select enabled.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.