Uses of Interface
org.acegisecurity.acls.sid.Sid
-
Uses of Sid in hudson.security
Modifier 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
Modifier 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
-
Uses of Sid in org.acegisecurity.acls.sid