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

Packages that use MembershipServiceException
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.membership.service   
 

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

Methods in com.metamatrix.platform.admin.api that throw MembershipServiceException
 boolean MembershipAdminAPI.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustePayload, java.lang.String applicationName)
           
 boolean AuthorizationAdminAPI.isSuperUser(java.lang.String username)
          Returns true if the given username matches the current membership security.membership.admin.username from the current config
 

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

Methods in com.metamatrix.platform.admin.apiimpl that throw MembershipServiceException
 boolean MembershipAdminAPIImpl.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustePayload, java.lang.String applicationName)
          Authenticate the given user / credentials as a valid system user using the given payload and application name
 boolean AuthorizationAdminAPIImpl.isSuperUser(java.lang.String username)
          Return true is given username is a super user
 

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

Methods in com.metamatrix.platform.security.api.service that throw MembershipServiceException
 AuthenticationToken MembershipServiceInterface.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustePayload, java.lang.String applicationName)
          Authenticate a user with the specified username and credential for use with the specified application.
 java.util.List MembershipServiceInterface.getDomainNames()
           
 java.util.Set MembershipServiceInterface.getGroupNames()
          Obtain the collection of group names.
 java.util.Set MembershipServiceInterface.getGroupsForDomain(java.lang.String domainName)
           
 java.util.Set 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.
 boolean AuthorizationServiceInterface.hasPolicy(SessionToken caller, AuthorizationRealm realm, java.lang.String policyName)
           
 boolean MembershipServiceInterface.isSecurityEnabled()
           
 boolean MembershipServiceInterface.isSuperUser(java.lang.String username)
           
 

Uses of MembershipServiceException in com.metamatrix.platform.security.authorization.service
 

Methods in com.metamatrix.platform.security.authorization.service that throw MembershipServiceException
 boolean AuthorizationServiceImpl.hasPolicy(SessionToken caller, AuthorizationRealm realm, java.lang.String policyName)
           
 

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

Methods in com.metamatrix.platform.security.membership.service that throw MembershipServiceException
 java.util.Set MembershipServiceImpl.getGroupNames()
           
 java.util.Set MembershipServiceImpl.getGroupsForDomain(java.lang.String domainName)
           
 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
 boolean MembershipServiceImpl.isSecurityEnabled()
           
 



Copyright © 2009. All Rights Reserved.