com.ibm.wsspi.security.authorization

Interface InitializeJACCProvider


  1. public interface InitializeJACCProvider

Method Summary

Modifier and Type Method and Description
  1. void
cleanup()
This method is for the JACC provider cleanup.
  1. int
initialize(java.util.Properties props)
Initializes the JACC provider

Method Detail

initialize

  1. int initialize(java.util.Properties props)
  2. 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

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