net.sf.farrago.fem.security
Interface FemAuthId

All Superinterfaces:
CwmElement, CwmModelElement, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemRole, FemUser
All Known Implementing Classes:
FemRole$Hib, FemUser$Hib

public interface FemAuthId
extends CwmModelElement, FemAnnotatedElement

AuthId object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 Collection<FemGrant> getGranteePrivilege()
          Returns the value of reference GranteePrivilege.
 Collection<FemGrant> getGrantorPrivilege()
          Returns the value of reference GrantorPrivilege.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getGrantorPrivilege

Collection<FemGrant> getGrantorPrivilege()
Returns the value of reference GrantorPrivilege.

Returns:
Value of reference GrantorPrivilege. Element type: FemGrant

getGranteePrivilege

Collection<FemGrant> getGranteePrivilege()
Returns the value of reference GranteePrivilege.

Returns:
Value of reference GranteePrivilege. Element type: FemGrant