|
Project Aristotle - ArisID Attribute Services | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleDef | |
---|---|
org.openliberty.arisid | |
org.openliberty.arisid.stack | |
org.openliberty.arisidbeans |
Uses of RoleDef in org.openliberty.arisid |
---|
Methods in org.openliberty.arisid that return RoleDef | |
---|---|
RoleDef |
SchemaManager.createRole(java.lang.String nameId,
java.lang.String displayName,
java.lang.String description)
Creates an RoleDef object (that can be retrieved by
SchemaManager.getRole(String) and returns the RoleDef created. |
RoleDef |
SchemaManager.getRole(java.lang.String nameId)
|
RoleDef |
Interaction.getRoleDef(java.lang.String name)
|
RoleDef |
IInteraction.getRoleDef(java.lang.String roleNameId)
|
Methods in org.openliberty.arisid that return types with arguments of type RoleDef | |
---|---|
java.util.Collection<RoleDef> |
SchemaManager.getRoles()
|
Method parameters in org.openliberty.arisid with type arguments of type RoleDef | |
---|---|
IAddInteraction |
CarmlDoc.createAddInteraction(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createAddInteraction(String, String, Collection, Collection, IPolicy) instead |
IAddInteraction |
CarmlDoc.createAddInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Method to define an interaction for the purpose of performing adds. |
IFindInteraction |
CarmlDoc.createFindInteraction(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predicateDefs,
java.util.Collection<RoleDef> roleDefs,
Filter filter,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createFindInteraction(String,String,String,Collection,Collection,Collection,Filter,IPolicy) instead |
IFindInteraction |
CarmlDoc.createFindInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predicateDefs,
java.util.Collection<RoleDef> roleDefs,
Filter filter,
IPolicy txnPolicy)
Method to define an interaction for the purpose of performing locating a single subject based on a filter. |
IModifyInteraction |
CarmlDoc.createModifyInteraction(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createModifyInteractionByRef(String, String, Collection, Collection, IPolicy) instead |
IModifyInteraction |
CarmlDoc.createModifyInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Creates a modify interaction for the purpose of modifying subjects. |
IReadInteraction |
CarmlDoc.createReadInteraction(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createReadInteraction(String,String,String,Collection,Collection,Collection,IPolicy) instead |
IReadInteraction |
CarmlDoc.createReadInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Method to define an interaction for the purpose of performing reads. |
ISearchInteraction |
CarmlDoc.createSearchInteraction(java.lang.String name,
java.lang.String description,
Filter filter,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy,
int maxSubjects,
int pageSize)
Deprecated. Use CarmlDoc.createSearchInteraction(String,String,String,Filter,Collection,Collection,Collection,IPolicy,int,int) instead |
ISearchInteraction |
CarmlDoc.createSearchInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
Filter filter,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy,
int maxSubjects,
int pageSize)
Creates an Interaction declaration used for the purpose of searching attribute authorities for one or more subjects that match a certain criteria. |
Constructor parameters in org.openliberty.arisid with type arguments of type RoleDef | |
---|---|
SchemaManager(ArisIdService svc,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> propDefs,
java.util.Collection<RoleDef> roleDefs,
java.util.Collection<IPolicy> policyDefs)
|
Uses of RoleDef in org.openliberty.arisid.stack |
---|
Methods in org.openliberty.arisid.stack that return RoleDef | |
---|---|
RoleDef |
RoleIdentifierPrincipal.getRoleDef()
|
RoleDef |
IRoleIdentifier.getRoleDef()
|
Constructors in org.openliberty.arisid.stack with parameters of type RoleDef | |
---|---|
RoleIdentifierPrincipal(RoleDef role,
IPrincipalIdentifier princ)
|
Uses of RoleDef in org.openliberty.arisidbeans |
---|
Methods in org.openliberty.arisidbeans that return RoleDef | |
---|---|
RoleDef |
IGFObjectManager.getRoleDef(java.lang.String roleName)
Gets the Role Definition as specified in the CARML declaration file |
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |