Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.impl.jdbc.authentication
Class SpecificAuthenticationServiceImpl  view SpecificAuthenticationServiceImpl download SpecificAuthenticationServiceImpl.java

java.lang.Object
  extended byorg.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
      extended byorg.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
All Implemented Interfaces:
org.apache.derby.iapi.jdbc.AuthenticationService, org.apache.derby.iapi.services.monitor.ModuleControl, org.apache.derby.iapi.services.monitor.ModuleSupportable, org.apache.derby.iapi.services.property.PropertySetCallback

public class SpecificAuthenticationServiceImpl
extends AuthenticationServiceBase

This authentication service is a specific/user defined User authentication level support.

It calls the specific User authentication scheme defined by the user/ administrator.


Field Summary
private  java.lang.String specificAuthenticationScheme
           
 
Fields inherited from class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
authenticationScheme, AuthenticationTrace, ID_PATTERN_NEW_SCHEME, MAGICLEN_NEWENCRYPT_SCHEME
 
Fields inherited from interface org.apache.derby.iapi.jdbc.AuthenticationService
MODULE
 
Constructor Summary
SpecificAuthenticationServiceImpl()
           
 
Method Summary
 void boot(boolean create, java.util.Properties properties)
          Start this module.
 boolean canSupport(java.util.Properties properties)
          Check if we should activate this authentication service.
 
Methods inherited from class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
apply, authenticate, encryptPassword, getDatabaseProperty, getProperty, getSystemProperty, init, map, requireAuthentication, setAuthenticationService, stop, toHexByte, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specificAuthenticationScheme

private java.lang.String specificAuthenticationScheme
Constructor Detail

SpecificAuthenticationServiceImpl

public SpecificAuthenticationServiceImpl()
Method Detail

canSupport

public boolean canSupport(java.util.Properties properties)
Check if we should activate this authentication service.


boot

public void boot(boolean create,
                 java.util.Properties properties)
          throws org.apache.derby.iapi.error.StandardException
Description copied from class: AuthenticationServiceBase
Start this module. In this case, nothing needs to be done.

Specified by:
boot in interface org.apache.derby.iapi.services.monitor.ModuleControl
Overrides:
boot in class AuthenticationServiceBase