|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPrincipal | |
---|---|
org.apache.jetspeed.security | Jetspeed security service interfaces. |
org.apache.jetspeed.security.spi |
Uses of UserPrincipal in org.apache.jetspeed.security |
---|
Subinterfaces of UserPrincipal in org.apache.jetspeed.security | |
---|---|
interface |
UserSubjectPrincipal
The user principal. |
Methods in org.apache.jetspeed.security with parameters of type UserPrincipal | |
---|---|
void |
AuthenticationProviderProxy.addUserPrincipal(UserPrincipal userPrincipal,
String authenticationProvider)
Adds a new user principal in a given authentication provider. |
void |
AuthenticationProviderProxy.removeUserPrincipal(UserPrincipal userPrincipal,
String authenticationProvider)
Remove user principal in a given authentication provider. |
void |
AuthenticationProviderProxy.updateUserPrincipal(UserPrincipal userPrincipal,
String authenticationProvider)
Updates user principal in a given authentication provider. |
Uses of UserPrincipal in org.apache.jetspeed.security.spi |
---|
Methods in org.apache.jetspeed.security.spi with parameters of type UserPrincipal | |
---|---|
void |
UserSecurityHandler.addUserPrincipal(UserPrincipal userPrincipal)
Adds a new user principal in the backing store. |
void |
UserSecurityHandler.removeUserPrincipal(UserPrincipal userPrincipal)
Removes the user principal. |
void |
UserSecurityHandler.updateUserPrincipal(UserPrincipal userPrincipal)
Updates the user principal in the backing store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |