|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalUserPrincipal | |
|---|---|
| org.apache.jetspeed.security.spi | |
| org.apache.jetspeed.sso | |
| Uses of InternalUserPrincipal in org.apache.jetspeed.security.spi |
|---|
| Methods in org.apache.jetspeed.security.spi that return InternalUserPrincipal | |
|---|---|
InternalUserPrincipal |
SecurityAccess.getInternalUserPrincipal(String username)
Returns the InternalUserPrincipal from the user name. |
InternalUserPrincipal |
SecurityAccess.getInternalUserPrincipal(String username,
boolean isMappingOnly)
Returns the InternalUserPrincipal from the user name. |
| Methods in org.apache.jetspeed.security.spi with parameters of type InternalUserPrincipal | |
|---|---|
boolean |
InternalPasswordCredentialInterceptor.afterAuthenticated(InternalUserPrincipal internalUser,
String userName,
InternalCredential credential,
boolean authenticated)
Invoked during authentication after the provided password is compared against the one retrieved from the InternalCredential. |
void |
InternalPasswordCredentialInterceptor.beforeCreate(InternalUserPrincipal internalUser,
Collection credentials,
String userName,
InternalCredential credential,
String password)
Invoked when the first password credential is to be saved for a user. |
void |
InternalPasswordCredentialInterceptor.beforeSetPassword(InternalUserPrincipal internalUser,
Collection credentials,
String userName,
InternalCredential credential,
String password,
boolean authenticated)
Invoked when a new password value is to be saved for a user. |
void |
SecurityAccess.removeInternalUserPrincipal(InternalUserPrincipal internalUser)
Remove the given InternalUserPrincipal. |
void |
SecurityAccess.setInternalUserPrincipal(InternalUserPrincipal internalUser,
boolean isMappingOnly)
Sets the given InternalUserPrincipal. |
| Uses of InternalUserPrincipal in org.apache.jetspeed.sso |
|---|
| Methods in org.apache.jetspeed.sso with parameters of type InternalUserPrincipal | |
|---|---|
void |
SSOPrincipal.addRemotePrincipal(InternalUserPrincipal principal)
addRemotePrincipal() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||