com.crystaldecisions.sdk.occa.infostore
Interface ISecurityInfoAdmin

All Known Subinterfaces:
ISecurityLimitAdmin, ISecurityRightAdmin, ISecurityRoleAdmin

public interface ISecurityInfoAdmin

This interface provides information about a generic security info (right, limit, or right)


Method Summary
 int getPrincipalID()
          

Returns the principal's ID.

 java.lang.String getPrincipalName()
          

Returns the principal's Name.

 boolean isInherited()
          Returns the flag indicating whether the security info is inherited from parent objects
 

Method Detail

getPrincipalID

int getPrincipalID()

Returns the principal's ID.

Returns:
An int specifying the principal's ID.

getPrincipalName

java.lang.String getPrincipalName()

Returns the principal's Name.

Returns:
A String specifying the principal's Name.

isInherited

boolean isInherited()
Returns the flag indicating whether the security info is inherited from parent objects

Returns:
true if the security info is inherited from parent objets, false otherwise