Uses of Class
org.jboss.jms.server.security.CheckType

Packages that use CheckType
org.jboss.jms.server   
org.jboss.jms.server.security   
 

Uses of CheckType in org.jboss.jms.server
 

Methods in org.jboss.jms.server with parameters of type CheckType
 boolean SecurityStore.authorize(java.lang.String user, java.util.Set rolePrincipals, CheckType checkType)
          Authorize that the subject has at least one of the specified roles.
 

Uses of CheckType in org.jboss.jms.server.security
 

Fields in org.jboss.jms.server.security declared as CheckType
static CheckType CheckType.CREATE
           
static CheckType CheckType.READ
           
static CheckType CheckType.WRITE
           
 

Methods in org.jboss.jms.server.security with parameters of type CheckType
 boolean SecurityMetadataStore.authorize(java.lang.String user, java.util.Set rolePrincipals, CheckType checkType)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.