Uses of Class
org.hcjf.service.security.Grants.Grant
-
Packages that use Grants.Grant Package Description org.hcjf.service org.hcjf.service.security -
-
Uses of Grants.Grant in org.hcjf.service
Methods in org.hcjf.service that return types with arguments of type Grants.Grant Modifier and Type Method Description java.util.Set<Grants.Grant>ServiceSession. getGrants()Returns the grants set of the session.Methods in org.hcjf.service with parameters of type Grants.Grant Modifier and Type Method Description voidServiceSession. addGrant(Grants.Grant grant)Add a grant into the session.voidServiceSession. removeGrant(Grants.Grant grant)Removes the grant of the session. -
Uses of Grants.Grant in org.hcjf.service.security
Methods in org.hcjf.service.security that return Grants.Grant Modifier and Type Method Description static Grants.GrantGrants. getGrant(java.lang.Class targetClass, java.lang.String permissionName)Returns the grant instance for the specific target class and permission name.static Grants.GrantGrants. getGrant(java.lang.String permissionId)Returns the grant instance for the specific permission id.Methods in org.hcjf.service.security that return types with arguments of type Grants.Grant Modifier and Type Method Description static java.util.Collection<Grants.Grant>Grants. getGrants()Returns all the grants stored into the framework instance.
-