Uses of Interface
com.metamatrix.platform.security.api.MetaMatrixPrincipal

Packages that use MetaMatrixPrincipal
com.metamatrix.console.models   
com.metamatrix.console.ui.views.users   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.membership.service   
com.metamatrix.platform.security.session.service   
 

Uses of MetaMatrixPrincipal in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models with parameters of type MetaMatrixPrincipal
 RoleDisplay[] GroupsManager.getRolesForPrincipal(MetaMatrixPrincipal principal, boolean includeImplicit)
          Get Collection of Roles for the provided MetaMatrixPrincipals
 

Uses of MetaMatrixPrincipal in com.metamatrix.console.ui.views.users
 

Methods in com.metamatrix.console.ui.views.users with parameters of type MetaMatrixPrincipal
 void GroupTabSelectionHandler.principalCreated(MetaMatrixPrincipal principal)
           
 void GroupTabSelectionHandler.setProperty(MetaMatrixPrincipal principal, java.lang.String propertyName, java.lang.String value)
           
 

Uses of MetaMatrixPrincipal in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that return MetaMatrixPrincipal
 MetaMatrixPrincipal SessionAdminAPI.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 MetaMatrixPrincipal MembershipAdminAPI.getUserPrincipal(java.lang.String principalName)
           
 

Uses of MetaMatrixPrincipal in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that return MetaMatrixPrincipal
 MetaMatrixPrincipal SessionAdminAPIImpl.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 MetaMatrixPrincipal MembershipAdminAPIImpl.getUserPrincipal(java.lang.String principalName)
           
 

Uses of MetaMatrixPrincipal in com.metamatrix.platform.security.api
 

Classes in com.metamatrix.platform.security.api that implement MetaMatrixPrincipal
 class BasicMetaMatrixPrincipal
           
 

Methods in com.metamatrix.platform.security.api that return MetaMatrixPrincipal
static MetaMatrixPrincipal BasicMetaMatrixPrincipal.merge(MetaMatrixPrincipal p1, MetaMatrixPrincipal p2)
          Merge all of the attributes of the input principal into the target principal.
 

Methods in com.metamatrix.platform.security.api with parameters of type MetaMatrixPrincipal
static MetaMatrixPrincipal BasicMetaMatrixPrincipal.merge(MetaMatrixPrincipal p1, MetaMatrixPrincipal p2)
          Merge all of the attributes of the input principal into the target principal.
 

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

Methods in com.metamatrix.platform.security.api.service that return MetaMatrixPrincipal
 MetaMatrixPrincipal MembershipServiceInterface.getPrincipal(MetaMatrixPrincipalName principal)
          Obtain the principal object that is representative of the user with the specified username.
 MetaMatrixPrincipal SessionServiceInterface.getPrincipal(MetaMatrixSessionID sessionID)
          Returns a MetaMatrixPrincipal object describing the owner (user) of the indicated session.
 

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

Methods in com.metamatrix.platform.security.membership.service that return MetaMatrixPrincipal
 MetaMatrixPrincipal MembershipServiceImpl.getPrincipal(MetaMatrixPrincipalName principal)
          Obtain the principal object that is representative of the principal
 

Uses of MetaMatrixPrincipal in com.metamatrix.platform.security.session.service
 

Methods in com.metamatrix.platform.security.session.service that return MetaMatrixPrincipal
 MetaMatrixPrincipal SessionServiceImpl.getPrincipal(MetaMatrixSessionID sessionID)
           
 



Copyright © 2009. All Rights Reserved.