com.ibm.wsspi.security.authorization
Interface InitializeJACCProvider
- public interface InitializeJACCProvider
Method Summary
Modifier and Type | Method and Description |
---|---|
|
cleanup()
This method is for the JACC provider cleanup.
|
|
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.