com.webmethods.caf.portalclient.dir
Class PCDirectoryHelper.DIR_ALIAS

java.lang.Object
  extended by com.webmethods.caf.portalclient.dir.PCDirectoryHelper.DIR_ALIAS
Enclosing class:
PCDirectoryHelper

public static class PCDirectoryHelper.DIR_ALIAS
extends Object

Static constants to identify common aliases in MWS


Field Summary
static String PAP_DYN_ATTR_MAP
          Static constant alias for the principal attribute provider that stores dynamic attributes for a user
static String PAP_NOTIFICATION
          Static constant alias for the principal attribute provider that stores user notifications options
static String PAP_ROLE_ATTR_MAP
          Static constant alias for the principal attribute provider the stores role resolution order for a user
static String PAP_USER_PREFS
          Static constant alias for the principal attribute provider that stores user preference
static String PAP_USER_PROFILE
          Static constant alias for the principal attribute provider the stores user profile information
static String SVC_SYSTEM
          Static constant alias for the system directory service
 
Constructor Summary
PCDirectoryHelper.DIR_ALIAS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVC_SYSTEM

public static final String SVC_SYSTEM
Static constant alias for the system directory service

See Also:
Constant Field Values

PAP_NOTIFICATION

public static final String PAP_NOTIFICATION
Static constant alias for the principal attribute provider that stores user notifications options

See Also:
Constant Field Values

PAP_USER_PROFILE

public static final String PAP_USER_PROFILE
Static constant alias for the principal attribute provider the stores user profile information

See Also:
Constant Field Values

PAP_ROLE_ATTR_MAP

public static final String PAP_ROLE_ATTR_MAP
Static constant alias for the principal attribute provider the stores role resolution order for a user

See Also:
Constant Field Values

PAP_DYN_ATTR_MAP

public static final String PAP_DYN_ATTR_MAP
Static constant alias for the principal attribute provider that stores dynamic attributes for a user

See Also:
Constant Field Values

PAP_USER_PREFS

public static final String PAP_USER_PREFS
Static constant alias for the principal attribute provider that stores user preference

See Also:
Constant Field Values
Constructor Detail

PCDirectoryHelper.DIR_ALIAS

public PCDirectoryHelper.DIR_ALIAS()