Uses of Interface
org.acegisecurity.acls.sid.Sid
Packages that use Sid
-
Uses of Sid in hudson.security
Fields in hudson.security declared as SidModifier and TypeFieldDescriptionstatic final Sid
ACL.ANONYMOUS
Sid
that represents the anonymous unauthenticated users.static final Sid
ACL.EVERYONE
SpecialSid
that represents "everyone", even including anonymous users.final Sid
SparseACL.Entry.sid
Methods in hudson.security with parameters of type SidModifier and TypeMethodDescriptionvoid
SparseACL.add
(Sid sid, Permission permission, boolean allowed) protected abstract Boolean
SidACL.hasPermission
(Sid p, Permission permission) Checks if the givenSid
has the givenPermission
.protected Boolean
SparseACL.hasPermission
(Sid p, Permission permission) protected String
Constructors in hudson.security with parameters of type Sid -
Uses of Sid in org.acegisecurity.acls.sid
Classes in org.acegisecurity.acls.sid that implement Sid