|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.security.ACL
hudson.plugins.collabnet.auth.CNAuthenticatedUserACL
public class CNAuthenticatedUserACL
Gives user permission if the user is authenticated.
| Field Summary |
|---|
| Fields inherited from class hudson.security.ACL |
|---|
ANONYMOUS, AUTOMATIC_SIDS, EVERYONE, SYSTEM |
| Constructor Summary | |
|---|---|
CNAuthenticatedUserACL()
|
|
| Method Summary | |
|---|---|
boolean |
hasPermission(org.acegisecurity.Authentication a,
hudson.security.Permission p)
If the user is authenticated, return true. |
| Methods inherited from class hudson.security.ACL |
|---|
checkPermission, hasPermission |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CNAuthenticatedUserACL()
| Method Detail |
|---|
public boolean hasPermission(org.acegisecurity.Authentication a,
hudson.security.Permission p)
hasPermission in class hudson.security.ACLa - current authentication.p - permission to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||