Uses of Class
com.metamatrix.api.exception.security.InvalidPrincipalException

Packages that use InvalidPrincipalException
com.metamatrix.api.exception.security   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.membership.service   
 

Uses of InvalidPrincipalException in com.metamatrix.api.exception.security
 

Subclasses of InvalidPrincipalException in com.metamatrix.api.exception.security
 class InvalidUserException
           
 

Uses of InvalidPrincipalException in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that throw InvalidPrincipalException
 java.util.Set<java.lang.String> MembershipServiceInterface.getGroupsForUser(java.lang.String username)
          Obtain the collection of groups to which this user belongs The username should be fully qualified
 MetaMatrixPrincipal MembershipServiceInterface.getPrincipal(MetaMatrixPrincipalName principal)
          Obtain the principal object that is representative of the user with the specified username.
 

Uses of InvalidPrincipalException in com.metamatrix.platform.security.membership.service
 

Methods in com.metamatrix.platform.security.membership.service that throw InvalidPrincipalException
 java.util.Set MembershipServiceImpl.getGroupsForUser(java.lang.String userName)
          Obtain the set of groups to which this user belongs to.
 MetaMatrixPrincipal MembershipServiceImpl.getPrincipal(MetaMatrixPrincipalName principal)
          Obtain the principal object that is representative of the principal
 



Copyright © 2009. All Rights Reserved.