|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPrincipal | |
---|---|
com.soebes.subversion.sapm | |
com.soebes.subversion.sapm.parser |
Uses of IPrincipal in com.soebes.subversion.sapm |
---|
Classes in com.soebes.subversion.sapm that implement IPrincipal | |
---|---|
class |
Alias
This represents an alias. |
class |
Group
A group which represents a number of individual users or
groups . |
class |
User
This class represents a single user which has a name. |
class |
UserAnonymous
This user is the user who represents anonymous. |
class |
UserAsterik
This user is the user who represents anybody. |
class |
UserAuthenticated
This user is the user who represents an authenticated user. |
Fields in com.soebes.subversion.sapm declared as IPrincipal | |
---|---|
private IPrincipal |
Access.principal
|
Fields in com.soebes.subversion.sapm with type parameters of type IPrincipal | |
---|---|
private ArrayList<IPrincipal> |
Group.principalList
|
Methods in com.soebes.subversion.sapm that return IPrincipal | |
---|---|
IPrincipal |
Access.getPrincipal()
|
Methods in com.soebes.subversion.sapm that return types with arguments of type IPrincipal | |
---|---|
ArrayList<IPrincipal> |
Group.getPrincipalList()
Get the whole list of users/groups. |
Methods in com.soebes.subversion.sapm with parameters of type IPrincipal | |
---|---|
void |
Group.add(IPrincipal principal)
Add a new user or group
to this group. |
void |
Access.setPrincipal(IPrincipal principal)
|
Method parameters in com.soebes.subversion.sapm with type arguments of type IPrincipal | |
---|---|
void |
Group.setPrincipalList(ArrayList<IPrincipal> principalList)
|
Constructors in com.soebes.subversion.sapm with parameters of type IPrincipal | |
---|---|
Access(IPrincipal principal,
AccessLevel level)
Create a new instance with the given parameters. |
|
Access(IPrincipal principal,
AccessLevel level,
boolean negativeRule)
|
Uses of IPrincipal in com.soebes.subversion.sapm.parser |
---|
Fields in com.soebes.subversion.sapm.parser declared as IPrincipal | |
---|---|
IPrincipal |
SAFPParser.groupuserreference_return.principal
|
Fields in com.soebes.subversion.sapm.parser with type parameters of type IPrincipal | |
---|---|
ArrayList<IPrincipal> |
SAFPParser.groupuserdefinition_return.gud
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |