|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MembershipSourceException | |
---|---|
com.metamatrix.platform.security.membership.spi | |
com.metamatrix.platform.security.membership.spi.file | |
com.metamatrix.platform.security.membership.spi.ldap |
Uses of MembershipSourceException in com.metamatrix.platform.security.membership.spi |
---|
Methods in com.metamatrix.platform.security.membership.spi that throw MembershipSourceException | |
---|---|
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.getGroupNames()
Returns a String set all group names known to this domain. |
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 MembershipSourceException in com.metamatrix.platform.security.membership.spi.file |
---|
Methods in com.metamatrix.platform.security.membership.spi.file that throw MembershipSourceException | |
---|---|
SuccessfulAuthenticationToken |
FileMembershipDomain.authenticateUser(java.lang.String username,
Credentials credential,
java.io.Serializable trustedPayload,
java.lang.String applicationName)
|
java.util.Set |
FileMembershipDomain.getGroupNames()
|
java.util.Set |
FileMembershipDomain.getGroupNamesForUser(java.lang.String username)
|
Uses of MembershipSourceException in com.metamatrix.platform.security.membership.spi.ldap |
---|
Methods in com.metamatrix.platform.security.membership.spi.ldap that throw MembershipSourceException | |
---|---|
SuccessfulAuthenticationToken |
LDAPMembershipDomain.authenticateUser(java.lang.String username,
Credentials credential,
java.io.Serializable trustedPayload,
java.lang.String applicationName)
|
java.util.Set |
LDAPMembershipDomain.getGroupNames()
|
java.util.Set |
LDAPMembershipDomain.getGroupNamesForUser(java.lang.String username)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |