public interface InitializeJACCProvider
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
This method is for the JACC provider cleanup.
|
int |
initialize(java.util.Properties props)
Initializes the JACC provider
|
int initialize(java.util.Properties props)
throws java.lang.Exception
props - the custom properties that are included for this
provide will pass to the implementation class.java.lang.Exception - if the provider is "bad".void cleanup()