|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidUserException in com.metamatrix.platform.security.api.service |
---|
Methods in com.metamatrix.platform.security.api.service that throw InvalidUserException | |
---|---|
boolean |
AuthorizationServiceInterface.hasPolicy(SessionToken caller,
AuthorizationRealm realm,
java.lang.String policyName)
|
Uses of InvalidUserException in com.metamatrix.platform.security.membership.spi |
---|
Methods in com.metamatrix.platform.security.membership.spi that throw InvalidUserException | |
---|---|
SuccessfulAuthenticationToken |
MembershipDomain.authenticateUser(java.lang.String username,
Credentials credential,
java.io.Serializable trustedPayload,
java.lang.String applicationName)
Authenticate a user with the specified username and credential for use with the specified application. |
java.util.Set |
MembershipDomain.getGroupNamesForUser(java.lang.String username)
Returns a String set of all group names the given user is a member of. |
Uses of InvalidUserException in com.metamatrix.platform.security.membership.spi.file |
---|
Methods in com.metamatrix.platform.security.membership.spi.file that throw InvalidUserException | |
---|---|
SuccessfulAuthenticationToken |
FileMembershipDomain.authenticateUser(java.lang.String username,
Credentials credential,
java.io.Serializable trustedPayload,
java.lang.String applicationName)
|
java.util.Set |
FileMembershipDomain.getGroupNamesForUser(java.lang.String username)
|
Uses of InvalidUserException in com.metamatrix.platform.security.membership.spi.ldap |
---|
Methods in com.metamatrix.platform.security.membership.spi.ldap that throw InvalidUserException | |
---|---|
SuccessfulAuthenticationToken |
LDAPMembershipDomain.authenticateUser(java.lang.String username,
Credentials credential,
java.io.Serializable trustedPayload,
java.lang.String applicationName)
|
java.util.Set |
LDAPMembershipDomain.getGroupNamesForUser(java.lang.String username)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |