|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for creating, finding and maintaining IPermissions
.
Method Summary | |
void |
add(IPermission perm)
Add the IPermission to the store. |
void |
add(IPermission[] perms)
Add the IPermissions to the store. |
void |
delete(IPermission perm)
Remove the IPermission from the store. |
void |
delete(IPermission[] perms)
Remove the IPermissions from the store. |
IPermission |
newInstance(java.lang.String owner)
Factory method for IPermissions |
IPermission[] |
select(java.lang.String owner,
java.lang.String principal,
java.lang.String activity,
java.lang.String target,
java.lang.String type)
Select the IPermissions from the store. |
void |
update(IPermission perm)
Update the IPermission in the store. |
void |
update(IPermission[] perms)
Update the IPermissions in the store. |
Method Detail |
public void add(IPermission[] perms) throws AuthorizationException
perms
- org.jasig.portal.security.IPermission[]
AuthorizationException
- - wraps an Exception specific to the store.public void add(IPermission perm) throws AuthorizationException
perm
- org.jasig.portal.security.IPermission
AuthorizationException
- - wraps an Exception specific to the store.public void delete(IPermission[] perms) throws AuthorizationException
perms
- org.jasig.portal.security.IPermission[]
AuthorizationException
- - wraps an Exception specific to the store.public void delete(IPermission perm) throws AuthorizationException
perm
- org.jasig.portal.security.IPermission
AuthorizationException
- - wraps an Exception specific to the store.public IPermission newInstance(java.lang.String owner)
public void update(IPermission[] perms) throws AuthorizationException
perms
- org.jasig.portal.security.IPermission[]
AuthorizationException
- - wraps an Exception specific to the store.public void update(IPermission perm) throws AuthorizationException
perm
- org.jasig.portal.security.IPermission
AuthorizationException
- - wraps an Exception specific to the store.public IPermission[] select(java.lang.String owner, java.lang.String principal, java.lang.String activity, java.lang.String target, java.lang.String type) throws AuthorizationException
owner
- String - the Permission ownerprincipal
- String - the Permission principalactivity
- String - the Permission activitytarget
- String - the Permission targettype
- String - the Permission type
AuthorizationException
- - wraps an Exception specific to the store.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |