Uses of Interface
org.openmdx.base.cci.Context

Packages that use Context
org.openmdx.base.cci   
org.openmdx.security.authentication1.cci   
org.openmdx.security.authorization1.cci   
org.openmdx.security.realm1.cci   
 

Uses of Context in org.openmdx.base.cci
 

Classes in org.openmdx.base.cci that implement Context
 class ContextImpl
           
 

Methods in org.openmdx.base.cci that return Context
 Context BasicObjectImpl.getContext(String id)
           
 Context ContextCapable.getContext(String id)
          Retrieves the value for the reference context for the specified qualifier attribute value.
 Context ContextCapableImpl.getContext(String id)
           
 Context SegmentImpl.getContext(String id)
           
 

Methods in org.openmdx.base.cci with parameters of type Context
protected  void BasicObjectImpl.addContext(Context newValue)
           
protected  void ContextCapableImpl.addContext(Context newValue)
           
protected  void SegmentImpl.addContext(Context newValue)
           
protected  void BasicObjectImpl.addContext(String id, Context newValue)
           
protected  void ContextCapableImpl.addContext(String id, Context newValue)
           
protected  void SegmentImpl.addContext(String id, Context newValue)
           
 void BasicObjectFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ContextCapableFilter.forAllContext(short operator, Context[] filterValues)
           
 void ContextCapableFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void SegmentFilterImpl.forAllContext(short operator, Context[] filterValues)
           
protected  void BasicObjectImpl.setContext(Context[] newValue)
           
protected  void ContextCapableImpl.setContext(Context[] newValue)
           
protected  void SegmentImpl.setContext(Context[] newValue)
           
 void BasicObjectFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ContextCapableFilter.thereExistsContext(short operator, Context[] filterValues)
           
 void ContextCapableFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void SegmentFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 

Uses of Context in org.openmdx.security.authentication1.cci
 

Methods in org.openmdx.security.authentication1.cci that return Context
 Context SendPasscodeImpl.getContext(String id)
           
 Context SegmentImpl.getContext(String id)
           
 Context PasswordImpl.getContext(String id)
           
 Context PasscodeImpl.getContext(String id)
           
 Context CredentialImpl.getContext(String id)
           
 Context ChallengeResponseImpl.getContext(String id)
           
 Context AuthenticationContextImpl.getContext(String id)
           
 

Methods in org.openmdx.security.authentication1.cci with parameters of type Context
protected  void SendPasscodeImpl.addContext(Context newValue)
           
protected  void SegmentImpl.addContext(Context newValue)
           
protected  void PasswordImpl.addContext(Context newValue)
           
protected  void PasscodeImpl.addContext(Context newValue)
           
protected  void CredentialImpl.addContext(Context newValue)
           
protected  void ChallengeResponseImpl.addContext(Context newValue)
           
protected  void AuthenticationContextImpl.addContext(Context newValue)
           
protected  void SendPasscodeImpl.addContext(String id, Context newValue)
           
protected  void SegmentImpl.addContext(String id, Context newValue)
           
protected  void PasswordImpl.addContext(String id, Context newValue)
           
protected  void PasscodeImpl.addContext(String id, Context newValue)
           
protected  void CredentialImpl.addContext(String id, Context newValue)
           
protected  void ChallengeResponseImpl.addContext(String id, Context newValue)
           
protected  void AuthenticationContextImpl.addContext(String id, Context newValue)
           
 void SendPasscodeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void SegmentFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PasswordFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PasscodeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void CredentialFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ChallengeResponseFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void AuthenticationContextFilterImpl.forAllContext(short operator, Context[] filterValues)
           
protected  void SendPasscodeImpl.setContext(Context[] newValue)
           
protected  void SegmentImpl.setContext(Context[] newValue)
           
protected  void PasswordImpl.setContext(Context[] newValue)
           
protected  void PasscodeImpl.setContext(Context[] newValue)
           
protected  void CredentialImpl.setContext(Context[] newValue)
           
protected  void ChallengeResponseImpl.setContext(Context[] newValue)
           
protected  void AuthenticationContextImpl.setContext(Context[] newValue)
           
 void SendPasscodeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void SegmentFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PasswordFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PasscodeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void CredentialFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ChallengeResponseFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void AuthenticationContextFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 

Uses of Context in org.openmdx.security.authorization1.cci
 

Methods in org.openmdx.security.authorization1.cci that return Context
 Context SegmentImpl.getContext(String id)
           
 Context ResourcePrivilegeImpl.getContext(String id)
           
 Context PrivilegeImpl.getContext(String id)
           
 Context PolicyImpl.getContext(String id)
           
 Context ModelReferencePrivilegeImpl.getContext(String id)
           
 Context ModelElementPrivilegeImpl.getContext(String id)
           
 Context ModelClassPrivilegeImpl.getContext(String id)
           
 

Methods in org.openmdx.security.authorization1.cci with parameters of type Context
protected  void SegmentImpl.addContext(Context newValue)
           
protected  void ResourcePrivilegeImpl.addContext(Context newValue)
           
protected  void PrivilegeImpl.addContext(Context newValue)
           
protected  void PolicyImpl.addContext(Context newValue)
           
protected  void ModelReferencePrivilegeImpl.addContext(Context newValue)
           
protected  void ModelElementPrivilegeImpl.addContext(Context newValue)
           
protected  void ModelClassPrivilegeImpl.addContext(Context newValue)
           
protected  void SegmentImpl.addContext(String id, Context newValue)
           
protected  void ResourcePrivilegeImpl.addContext(String id, Context newValue)
           
protected  void PrivilegeImpl.addContext(String id, Context newValue)
           
protected  void PolicyImpl.addContext(String id, Context newValue)
           
protected  void ModelReferencePrivilegeImpl.addContext(String id, Context newValue)
           
protected  void ModelElementPrivilegeImpl.addContext(String id, Context newValue)
           
protected  void ModelClassPrivilegeImpl.addContext(String id, Context newValue)
           
 void SegmentFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ResourcePrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PolicyFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ModelReferencePrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ModelElementPrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void ModelClassPrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
protected  void SegmentImpl.setContext(Context[] newValue)
           
protected  void ResourcePrivilegeImpl.setContext(Context[] newValue)
           
protected  void PrivilegeImpl.setContext(Context[] newValue)
           
protected  void PolicyImpl.setContext(Context[] newValue)
           
protected  void ModelReferencePrivilegeImpl.setContext(Context[] newValue)
           
protected  void ModelElementPrivilegeImpl.setContext(Context[] newValue)
           
protected  void ModelClassPrivilegeImpl.setContext(Context[] newValue)
           
 void SegmentFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ResourcePrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PolicyFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ModelReferencePrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ModelElementPrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void ModelClassPrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 

Uses of Context in org.openmdx.security.realm1.cci
 

Methods in org.openmdx.security.realm1.cci that return Context
 Context SegmentImpl.getContext(String id)
           
 Context RoleImpl.getContext(String id)
           
 Context RealmImpl.getContext(String id)
           
 Context PrivilegeImpl.getContext(String id)
           
 Context PrincipalImpl.getContext(String id)
           
 Context PermissionImpl.getContext(String id)
           
 Context GroupImpl.getContext(String id)
           
 

Methods in org.openmdx.security.realm1.cci with parameters of type Context
protected  void SegmentImpl.addContext(Context newValue)
           
protected  void RoleImpl.addContext(Context newValue)
           
protected  void RealmImpl.addContext(Context newValue)
           
protected  void PrivilegeImpl.addContext(Context newValue)
           
protected  void PrincipalImpl.addContext(Context newValue)
           
protected  void PermissionImpl.addContext(Context newValue)
           
protected  void GroupImpl.addContext(Context newValue)
           
protected  void SegmentImpl.addContext(String id, Context newValue)
           
protected  void RoleImpl.addContext(String id, Context newValue)
           
protected  void RealmImpl.addContext(String id, Context newValue)
           
protected  void PrivilegeImpl.addContext(String id, Context newValue)
           
protected  void PrincipalImpl.addContext(String id, Context newValue)
           
protected  void PermissionImpl.addContext(String id, Context newValue)
           
protected  void GroupImpl.addContext(String id, Context newValue)
           
 void SegmentFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void RoleFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void RealmFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PrivilegeFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PrincipalFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void PermissionFilterImpl.forAllContext(short operator, Context[] filterValues)
           
 void GroupFilterImpl.forAllContext(short operator, Context[] filterValues)
           
protected  void SegmentImpl.setContext(Context[] newValue)
           
protected  void RoleImpl.setContext(Context[] newValue)
           
protected  void RealmImpl.setContext(Context[] newValue)
           
protected  void PrivilegeImpl.setContext(Context[] newValue)
           
protected  void PrincipalImpl.setContext(Context[] newValue)
           
protected  void PermissionImpl.setContext(Context[] newValue)
           
protected  void GroupImpl.setContext(Context[] newValue)
           
 void SegmentFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void RoleFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void RealmFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PrivilegeFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PrincipalFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void PermissionFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 void GroupFilterImpl.thereExistsContext(short operator, Context[] filterValues)
           
 



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.