IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.security.authorization
Interface InitializeJACCProvider


public interface InitializeJACCProvider


Method Summary
 void cleanup()
          This method is for the JACC provider cleanup.
 int initialize(java.util.Properties props)
          Initializes the JACC provider
 

Method Detail

initialize

int initialize(java.util.Properties props)
               throws java.lang.Exception
Initializes the JACC provider

Parameters:
props - the custom properties that are included for this provide will pass to the implementation class.
Throws:
java.lang.Exception - if the provider is "bad".

cleanup

void cleanup()
This method is for the JACC provider cleanup.


IBM WebSphere Application ServerTM
Release 8