Uses of Class
org.jickr.Permission

Uses of Permission in org.jickr
 

Methods in org.jickr that return Permission
static Permission Auth.getPermLevel(User user)
          Gets the authentication level for a given user.
static Permission Permission.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jickr with parameters of type Permission
static java.lang.String Auth.getAuthURL(Permission perm)
          Authenticates user to Flickr.
static boolean Auth.isAuthenticated(User authUser, Permission perm)
          Returns whether we're authenticated to at least this level.