Uses of Class
com.ecyrd.jspwiki.auth.WikiSecurityException

Packages that use WikiSecurityException
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.acl   
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.tags   
 

Uses of WikiSecurityException in com.ecyrd.jspwiki.auth
 

Subclasses of WikiSecurityException in com.ecyrd.jspwiki.auth
 class NoSuchPrincipalException
          Thrown in some error situations where a WikiPrincipal object does not exist.
 

Methods in com.ecyrd.jspwiki.auth that throw WikiSecurityException
 void UserManager.DummyUserDatabase.commit()
           
 void UserManager.DummyUserDatabase.deleteByLoginName(String loginName)
           
 Principal[] UserManager.DummyUserDatabase.getWikiNames()
           
 void UserManager.DummyUserDatabase.save(UserProfile profile)
           
 void UserManager.setUserProfile(WikiSession session, UserProfile profile)
          Saves the UserProfilefor the user in a wiki session.
 

Uses of WikiSecurityException in com.ecyrd.jspwiki.auth.acl
 

Methods in com.ecyrd.jspwiki.auth.acl that throw WikiSecurityException
 Acl DefaultAclManager.parseAcl(WikiPage page, String ruleLine)
          A helper method for parsing textual AccessControlLists.
 Acl AclManager.parseAcl(WikiPage page, String ruleLine)
          A helper method for parsing textual AccessControlLists.
 

Uses of WikiSecurityException in com.ecyrd.jspwiki.auth.user
 

Methods in com.ecyrd.jspwiki.auth.user that throw WikiSecurityException
 void XMLUserDatabase.commit()
          Persists database changes to disk.
 void UserDatabase.commit()
          Persists the current state of the user database to back-end storage.
 void JDBCUserDatabase.commit()
           
abstract  void AbstractUserDatabase.commit()
           
 void XMLUserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 void UserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 void JDBCUserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 Principal[] XMLUserDatabase.getWikiNames()
          Returns all WikiNames that are stored in the UserDatabase as an array of WikiPrincipal objects.
 Principal[] UserDatabase.getWikiNames()
          Returns all WikiNames that are stored in the UserDatabase as an array of Principal objects.
 Principal[] JDBCUserDatabase.getWikiNames()
          Returns all WikiNames that are stored in the UserDatabase as an array of WikiPrincipal objects.
 void XMLUserDatabase.save(UserProfile profile)
          Saves a UserProfileto the user database, overwriting the existing profile if it exists.
 void UserDatabase.save(UserProfile profile)
           Saves a UserProfileto the user database, overwriting the existing profile if it exists.
 void JDBCUserDatabase.save(UserProfile profile)
           
abstract  void AbstractUserDatabase.save(UserProfile profile)
           
 

Uses of WikiSecurityException in com.ecyrd.jspwiki.tags
 

Methods in com.ecyrd.jspwiki.tags that throw WikiSecurityException
 int UserProfileTag.doWikiStartTag()