com.ptc.core.ca.co.client.misc
Interface CoRoleDeterminator

All Known Implementing Classes:
WebRoleDeterminator

Deprecated.

@Deprecated
public interface CoRoleDeterminator

The purpose of the role determinator is to return the role the current principal plays in the given context.

Supported API: true

Extendable: false


Method Summary
 String getRole(CoContext context, CoConfigFeature config, CoEnvData envData)
          Deprecated. Returns the role the current principal plays in the given context.
 

Method Detail

getRole

String getRole(CoContext context,
               CoConfigFeature config,
               CoEnvData envData)
               throws WTException
Deprecated. 
Returns the role the current principal plays in the given context.

Supported API: true

Parameters:
context - the context of the role determinator
config - the configuration feature describing role determinator
envData - the conceptual environment
Returns:
String
Throws:
WTException