|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyRegistration
Interface to register policies
| Method Summary | |
|---|---|
void |
deRegisterPolicy(java.lang.String contextID)
Unregister a policy |
java.lang.Object |
getPolicy(java.lang.String contextID,
java.util.Map<java.lang.String,java.lang.Object> contextMap)
Obtain the registered policy for the context id |
void |
registerPolicy(java.lang.String contextID,
java.io.InputStream stream)
Register a policy given a xml based stream and a context id |
void |
registerPolicy(java.lang.String contextID,
java.net.URL location)
Register a policy given the location and a context id |
| Method Detail |
|---|
void registerPolicy(java.lang.String contextID,
java.net.URL location)
contextID - location - location of the Policy File
void registerPolicy(java.lang.String contextID,
java.io.InputStream stream)
contextID - stream - InputStream that is an XML streamvoid deRegisterPolicy(java.lang.String contextID)
contextID - Context ID
java.lang.Object getPolicy(java.lang.String contextID,
java.util.Map<java.lang.String,java.lang.Object> contextMap)
contextID - Context IDcontextMap - A map that can be used by the implementation
to determine the policy choice (typically null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||