|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceManager
Base interface for managing security resources like users, groups, etc..
Method Summary | |
---|---|
void |
delete(java.util.Collection<? extends ResourceAccessType> objectsForDelete)
Deletes multiple objects in one transaction. |
java.util.Collection<ResourceAccessType> |
save(java.util.Collection<? extends ResourceAccessType> objectsForSave)
Saves multiple objects in one transaction. |
Method Detail |
---|
java.util.Collection<ResourceAccessType> save(java.util.Collection<? extends ResourceAccessType> objectsForSave) throws com.softwareag.security.jaas.principals.SagGeneralSecurityException, javax.xml.registry.JAXRException
objectsForSave
- the objects to be saved.
com.softwareag.security.jaas.principals.SagGeneralSecurityException
- if a security error occurs
javax.xml.registry.JAXRException
- if a JAXR error occursvoid delete(java.util.Collection<? extends ResourceAccessType> objectsForDelete) throws com.softwareag.security.jaas.principals.SagGeneralSecurityException, javax.xml.registry.JAXRException
objectsForDelete
- the objects to be deleted.
com.softwareag.security.jaas.principals.SagGeneralSecurityException
- if a security error occurs
javax.xml.registry.JAXRException
- if a JAXR error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |