|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalUserPrincipal | |
---|---|
org.apache.jetspeed.security.om.impl | Implementation of the object model for Jetspeed security service and JAAS providers implementation. |
org.apache.jetspeed.security.spi | |
org.apache.jetspeed.security.spi.impl | |
org.apache.jetspeed.sso | |
org.apache.jetspeed.sso.impl |
Uses of InternalUserPrincipal in org.apache.jetspeed.security.om.impl |
---|
Classes in org.apache.jetspeed.security.om.impl that implement InternalUserPrincipal | |
---|---|
class |
InternalUserPrincipalImpl
InternalUserPrincipal interface implementation. |
Uses of InternalUserPrincipal in org.apache.jetspeed.security.spi |
---|
Methods in org.apache.jetspeed.security.spi that return InternalUserPrincipal | |
---|---|
InternalUserPrincipal |
SecurityAccess.getInternalUserPrincipal(java.lang.String username)
Returns the InternalUserPrincipal from the user name. |
InternalUserPrincipal |
SecurityAccess.getInternalUserPrincipal(java.lang.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,
java.lang.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,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password)
Invoked when the first password credential is to be saved for a user. |
void |
InternalPasswordCredentialInterceptor.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.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.security.spi.impl |
---|
Methods in org.apache.jetspeed.security.spi.impl that return InternalUserPrincipal | |
---|---|
InternalUserPrincipal |
SecurityAccessImpl.getInternalUserPrincipal(java.lang.String username)
Returns the InternalUserPrincipal from the user name. |
InternalUserPrincipal |
SecurityAccessImpl.getInternalUserPrincipal(java.lang.String username,
boolean isMappingOnly)
Returns the InternalUserPrincipal from the user name. |
Methods in org.apache.jetspeed.security.spi.impl with parameters of type InternalUserPrincipal | |
---|---|
boolean |
AbstractInternalPasswordCredentialInterceptorImpl.afterAuthenticated(InternalUserPrincipal internalUser,
java.lang.String userName,
InternalCredential credential,
boolean authenticated)
|
boolean |
PasswordExpirationInterceptor.afterAuthenticated(InternalUserPrincipal internalUser,
java.lang.String userName,
InternalCredential credential,
boolean authenticated)
|
boolean |
MaxPasswordAuthenticationFailuresInterceptor.afterAuthenticated(InternalUserPrincipal internalUser,
java.lang.String userName,
InternalCredential credential,
boolean authenticated)
Checks the current count of authentication failures when the credential is not expired and authentication failed. |
boolean |
InternalPasswordCredentialInterceptorsProxy.afterAuthenticated(InternalUserPrincipal internalUser,
java.lang.String userName,
InternalCredential credential,
boolean authenticated)
|
void |
AbstractInternalPasswordCredentialInterceptorImpl.beforeCreate(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password)
|
void |
PasswordExpirationInterceptor.beforeCreate(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password)
Calculates and sets the default expiration date and the expired flag to false |
void |
MaxPasswordAuthenticationFailuresInterceptor.beforeCreate(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password)
Sets the count of invalid authentications to zero (0). |
void |
InternalPasswordCredentialInterceptorsProxy.beforeCreate(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password)
|
void |
AbstractInternalPasswordCredentialInterceptorImpl.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password,
boolean authenticated)
|
void |
PasswordExpirationInterceptor.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password,
boolean authenticated)
Sets a new expiration date if a higher expiration date isn't set already and resets the expired flag |
void |
MaxPasswordAuthenticationFailuresInterceptor.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password,
boolean authenticated)
Resets the count of invalid authentications to zero (0). |
void |
InternalPasswordCredentialInterceptorsProxy.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password,
boolean authenticated)
|
void |
PasswordHistoryInterceptor.beforeSetPassword(InternalUserPrincipal internalUser,
java.util.Collection credentials,
java.lang.String userName,
InternalCredential credential,
java.lang.String password,
boolean authenticated)
|
void |
SecurityAccessImpl.removeInternalUserPrincipal(InternalUserPrincipal internalUser)
Remove the given InternalUserPrincipal . |
void |
SecurityAccessImpl.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() |
Uses of InternalUserPrincipal in org.apache.jetspeed.sso.impl |
---|
Methods in org.apache.jetspeed.sso.impl with parameters of type InternalUserPrincipal | |
---|---|
void |
SSOPrincipalImpl.addRemotePrincipal(InternalUserPrincipal principal)
addRemotePrincipal() adds a principal to the list of remote principals |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |