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

Packages that use MetaMatrixPrincipal
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.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.