Uses of Interface
org.jboss.security.acl.ACLEntry
-
Packages that use ACLEntry Package Description org.jboss.security.acl -
-
Uses of ACLEntry in org.jboss.security.acl
Classes in org.jboss.security.acl that implement ACLEntry Modifier and Type Class Description classACLEntryImplThis class represents an entry in the Access Control List (ACL), and associates a permission to an identity.Methods in org.jboss.security.acl that return ACLEntry Modifier and Type Method Description ACLEntryACL. getEntry(String identityOrRole)Obtains the entry that corresponds to the specified identity or role name.ACLEntryACL. getEntry(Identity identity)Obtains the entry that corresponds to the specified identity.ACLEntryACLImpl. getEntry(String identityOrRole)ACLEntryACLImpl. getEntry(Identity identity)Methods in org.jboss.security.acl that return types with arguments of type ACLEntry Modifier and Type Method Description Collection<? extends ACLEntry>ACL. getEntries()Obtains the collection of allACLEntriesin this ACL.Collection<? extends ACLEntry>ACLImpl. getEntries()Methods in org.jboss.security.acl with parameters of type ACLEntry Modifier and Type Method Description booleanACL. addEntry(ACLEntry entry)Adds an entry to this ACL.booleanACLImpl. addEntry(ACLEntry entry)booleanACL. removeEntry(ACLEntry entry)Removes an entry from this ACL.booleanACLImpl. removeEntry(ACLEntry entry)Method parameters in org.jboss.security.acl with type arguments of type ACLEntry Modifier and Type Method Description ACLACLPersistenceStrategy. createACL(Resource resource, Collection<ACLEntry> entries)Creates a newACLwith the specified entries and associates it to the given resource.ACLJPAPersistenceStrategy. createACL(Resource resource, Collection<ACLEntry> entries)voidACLRegistration. registerACL(Resource resource, Collection<ACLEntry> entries)Registers anACLassociated with the specifiedResourceusing the supplied entries.Constructor parameters in org.jboss.security.acl with type arguments of type ACLEntry Constructor Description ACLImpl(String resourceString, Collection<ACLEntry> entries)ACLImpl(Resource resource, Collection<ACLEntry> entries)Builds an instance ofACLImplfor the specified resource, and initialize it with the specified entries.
-