Uses of Class
net.sourceforge.pebble.security.SecurityRealmException

Packages that use SecurityRealmException
net.sourceforge.pebble.security   
 

Uses of SecurityRealmException in net.sourceforge.pebble.security
 

Methods in net.sourceforge.pebble.security that throw SecurityRealmException
 void SecurityRealm.changePassword(java.lang.String username, java.lang.String password)
          Changes a user's password.
 void DefaultSecurityRealm.changePassword(java.lang.String username, java.lang.String password)
          Changes a user's password.
 void SecurityRealm.createUser(PebbleUserDetails pud)
          Creates a new user.
 void DefaultSecurityRealm.createUser(PebbleUserDetails pud)
          Creates a new user.
protected  java.io.File DefaultSecurityRealm.getFileForRealm()
           
protected  java.io.File DefaultSecurityRealm.getFileForUser(java.lang.String username)
           
 PebbleUserDetails SecurityRealm.getUser(java.lang.String username)
          Looks up and returns user details for the given username.
 PebbleUserDetails DefaultSecurityRealm.getUser(java.lang.String username)
          Looks up and returns user details for the given username.
 java.util.Collection<PebbleUserDetails> SecurityRealm.getUsers()
          Looks up and returns a collection of all users.
 java.util.Collection<PebbleUserDetails> DefaultSecurityRealm.getUsers()
          Looks up and returns a collection of all users.
 void SecurityRealm.removeUser(java.lang.String username)
          Removes user details for the given username.
 void DefaultSecurityRealm.removeUser(java.lang.String username)
          Removes user details for the given username.
 void SecurityRealm.updateUser(PebbleUserDetails pud)
          Updates user details, except for the password
 void DefaultSecurityRealm.updateUser(PebbleUserDetails pud)
          Updates user details.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.