|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AssertionGeneratorCacheObject
This class is for internal use only. This interface is used to support the framework's cache mechanism.
| Method Summary | |
|---|---|
boolean |
init(APIContext context)
Performs any initialization procedures that the custom object requires. |
boolean |
release(APIContext context)
Performs any rundown procedures that the custom object requires. |
| Method Detail |
|---|
boolean init(APIContext context)
throws java.lang.Exception
Performs any initialization procedures that the custom object requires.
The SiteMinder SAML Assertion Generator Framework calls this method once per instance of anAssertionGeneratorPlugin class, when the object is loaded.
context - An APIContext object that provides methods
for sending log, trace, and error messages to the Policy Server.
true if initialization succeeded, or false
if an error occurred.
java.lang.Exception - Throws an exception if anything happens unexpectedly.
If so, it is treated as if an error occurred.
boolean release(APIContext context)
throws java.lang.Exception
Performs any rundown procedures that the custom object requires.
The SiteMinder SAML Assertion Generator Framework calls this method once per instance of anAssertionGeneratorPlugin class, when the object unloaded or when
SiteMinder is shutting down.
context - An APIContext object that provides methods
for sending log, trace, and error messages to the Policy Server.
true if shutdown succeeded, or false
if an error occurred.
java.lang.Exception - Throws an exception if anything happens unexpectedly.
If so, it is treated as if an error occurred.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||