Uses of Interface
org.apache.jetspeed.security.UserPrincipal

Packages that use UserPrincipal
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.spi   
org.apache.jetspeed.security.spi.impl   
 

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, java.lang.String authenticationProvider)
           Adds a new user principal in a given authentication provider.
 void AuthenticationProviderProxy.removeUserPrincipal(UserPrincipal userPrincipal, java.lang.String authenticationProvider)
           Remove user principal in a given authentication provider.
 void AuthenticationProviderProxy.updateUserPrincipal(UserPrincipal userPrincipal, java.lang.String authenticationProvider)
           Updates user principal in a given authentication provider.
 

Uses of UserPrincipal in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement UserPrincipal
 class UserPrincipalImpl
          UserPrincipal interface implementation.
 class UserSubjectPrincipalImpl
          UserPrincipal interface implementation.
 

Methods in org.apache.jetspeed.security.impl with parameters of type UserPrincipal
 void AuthenticationProviderProxyImpl.addUserPrincipal(UserPrincipal userPrincipal)
           
 void AuthenticationProviderProxyImpl.addUserPrincipal(UserPrincipal userPrincipal, java.lang.String authenticationProvider)
           
 void AuthenticationProviderProxyImpl.removeUserPrincipal(UserPrincipal userPrincipal)
           
 void AuthenticationProviderProxyImpl.removeUserPrincipal(UserPrincipal userPrincipal, java.lang.String authenticationProvider)
           
 void AuthenticationProviderProxyImpl.updateUserPrincipal(UserPrincipal userPrincipal)
           
 void AuthenticationProviderProxyImpl.updateUserPrincipal(UserPrincipal userPrincipal, java.lang.String authenticationProvider)
           
 

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.
 

Uses of UserPrincipal in org.apache.jetspeed.security.spi.impl
 

Methods in org.apache.jetspeed.security.spi.impl with parameters of type UserPrincipal
 void DefaultUserSecurityHandler.addUserPrincipal(UserPrincipal userPrincipal)
           
 void LdapUserSecurityHandler.addUserPrincipal(UserPrincipal userPrincipal)
           
 void DefaultUserSecurityHandler.removeUserPrincipal(UserPrincipal userPrincipal)
           
 void LdapUserSecurityHandler.removeUserPrincipal(UserPrincipal userPrincipal)
           
 void DefaultUserSecurityHandler.updateUserPrincipal(UserPrincipal userPrincipal)
           
 void LdapUserSecurityHandler.updateUserPrincipal(UserPrincipal userPrincipal)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.