Module bus.auth

Enum Class RenrenScope

java.lang.Object
java.lang.Enum<RenrenScope>
org.miaixz.bus.auth.nimble.renren.RenrenScope
All Implemented Interfaces:
Serializable, Comparable<RenrenScope>, Constable, AuthorizeScope

public enum RenrenScope extends Enum<RenrenScope> implements AuthorizeScope
人人网 授权范围
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • READ_USER_BLOG

      public static final RenrenScope READ_USER_BLOG
      scope 含义,以description 为准
    • READ_USER_CHECKIN

      public static final RenrenScope READ_USER_CHECKIN
    • READ_USER_FEED

      public static final RenrenScope READ_USER_FEED
    • READ_USER_GUESTBOOK

      public static final RenrenScope READ_USER_GUESTBOOK
    • READ_USER_INVITATION

      public static final RenrenScope READ_USER_INVITATION
    • READ_USER_LIKE_HISTORY

      public static final RenrenScope READ_USER_LIKE_HISTORY
    • READ_USER_MESSAGE

      public static final RenrenScope READ_USER_MESSAGE
    • READ_USER_NOTIFICATION

      public static final RenrenScope READ_USER_NOTIFICATION
    • READ_USER_PHOTO

      public static final RenrenScope READ_USER_PHOTO
    • READ_USER_STATUS

      public static final RenrenScope READ_USER_STATUS
    • READ_USER_ALBUM

      public static final RenrenScope READ_USER_ALBUM
    • READ_USER_COMMENT

      public static final RenrenScope READ_USER_COMMENT
    • READ_USER_SHARE

      public static final RenrenScope READ_USER_SHARE
    • READ_USER_REQUEST

      public static final RenrenScope READ_USER_REQUEST
    • PUBLISH_BLOG

      public static final RenrenScope PUBLISH_BLOG
    • PUBLISH_CHECKIN

      public static final RenrenScope PUBLISH_CHECKIN
    • PUBLISH_FEED

      public static final RenrenScope PUBLISH_FEED
    • PUBLISH_SHARE

      public static final RenrenScope PUBLISH_SHARE
    • WRITE_GUESTBOOK

      public static final RenrenScope WRITE_GUESTBOOK
    • SEND_INVITATION

      public static final RenrenScope SEND_INVITATION
    • SEND_REQUEST

      public static final RenrenScope SEND_REQUEST
    • SEND_MESSAGE

      public static final RenrenScope SEND_MESSAGE
    • SEND_NOTIFICATION

      public static final RenrenScope SEND_NOTIFICATION
    • PHOTO_UPLOAD

      public static final RenrenScope PHOTO_UPLOAD
    • STATUS_UPDATE

      public static final RenrenScope STATUS_UPDATE
    • CREATE_ALBUM

      public static final RenrenScope CREATE_ALBUM
    • PUBLISH_COMMENT

      public static final RenrenScope PUBLISH_COMMENT
    • OPERATE_LIKE

      public static final RenrenScope OPERATE_LIKE
    • ADMIN_PAGE

      public static final RenrenScope ADMIN_PAGE
  • Method Details

    • values

      public static RenrenScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RenrenScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null