Uses of Class
com.sas.services.user.IdentityChangeEvent.Type

Packages that use IdentityChangeEvent.Type
com.sas.services.user Maintain user identities and profiles. 
 

Uses of IdentityChangeEvent.Type in com.sas.services.user
 

Methods in com.sas.services.user that return IdentityChangeEvent.Type
 IdentityChangeEvent.Type IdentityChangeEvent.getType()
           
static IdentityChangeEvent.Type IdentityChangeEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdentityChangeEvent.Type[] IdentityChangeEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sas.services.user with parameters of type IdentityChangeEvent.Type
IdentityChangeEvent(java.util.List<UserIdentityInterface> identities, IdentityChangeEvent.Type type)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.