Uses of Class
org.outerj.daisy.repository.acl.AclSubjectType

Packages that use AclSubjectType
org.outerj.daisy.repository.acl API for dealing with the Access Control functionality. 
 

Uses of AclSubjectType in org.outerj.daisy.repository.acl
 

Fields in org.outerj.daisy.repository.acl declared as AclSubjectType
static AclSubjectType AclSubjectType.USER
           
static AclSubjectType AclSubjectType.EVERYONE
           
static AclSubjectType AclSubjectType.ROLE
           
 

Methods in org.outerj.daisy.repository.acl that return AclSubjectType
static AclSubjectType AclSubjectType.fromString(java.lang.String value)
           
 AclSubjectType AclEntry.getSubjectType()
           
 

Methods in org.outerj.daisy.repository.acl with parameters of type AclSubjectType
 void AclEntry.setSubjectType(AclSubjectType subjectType)
           
 AclEntry AclObject.createNewEntry(AclSubjectType subjectType, long subjectValue)
           
 



Copyright © -2005 . All Rights Reserved.