|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.auth.api.impl.CentraSiteApplicationPolicy
public class CentraSiteApplicationPolicy
Represents the currently active policy for CentraSite Application. Singleton.
Method Summary | |
---|---|
static CentraSiteApplicationPolicy |
getInstance()
|
java.security.Permissions |
getPermissions(java.security.Permissions permissions,
CentraSiteContext context)
Populates a { Permissions collection with permissions for the given context. |
void |
refresh()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CentraSiteApplicationPolicy getInstance()
public java.security.Permissions getPermissions(java.security.Permissions permissions, CentraSiteContext context)
Permissions
collection with permissions for the given context.
permissions
- the collection to be populated. Should not be null.context
- context to gather permissions for.
public void refresh()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |