public class NoGatekeeperContext extends Object implements org.jboss.ballroom.client.rbac.SecurityContext
| Constructor and Description |
|---|
NoGatekeeperContext() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getAttributeReadPriviledge(String attributeName) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getAttributeReadPriviledge(String resourceAddress,
String attributeName) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getAttributeWritePriviledge(String name) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getAttributeWritePriviledge(String resourceAddress,
String attributeName) |
org.jboss.ballroom.client.rbac.SecurityContext |
getChildContext(String resourceAddress) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getOperationPriviledge(String resourceAddress,
String operationName) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getReadPriviledge() |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getReadPrivilege(String resourceAddress) |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getWritePriviledge() |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getWritePrivilege(String resourceAddress) |
boolean |
hasChildContext(String resourceAddress) |
void |
seal() |
public org.jboss.ballroom.client.rbac.AuthorisationDecision getReadPriviledge()
getReadPriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getWritePriviledge()
getWritePriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getAttributeWritePriviledge(String name)
getAttributeWritePriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getAttributeWritePriviledge(String resourceAddress, String attributeName)
getAttributeWritePriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getAttributeReadPriviledge(String attributeName)
getAttributeReadPriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getAttributeReadPriviledge(String resourceAddress, String attributeName)
getAttributeReadPriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic void seal()
seal in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getOperationPriviledge(String resourceAddress, String operationName)
getOperationPriviledge in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getReadPrivilege(String resourceAddress)
getReadPrivilege in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.AuthorisationDecision getWritePrivilege(String resourceAddress)
getWritePrivilege in interface org.jboss.ballroom.client.rbac.SecurityContextpublic boolean hasChildContext(String resourceAddress)
hasChildContext in interface org.jboss.ballroom.client.rbac.SecurityContextpublic org.jboss.ballroom.client.rbac.SecurityContext getChildContext(String resourceAddress)
getChildContext in interface org.jboss.ballroom.client.rbac.SecurityContextCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.