public static enum UrlMapping.AuthType extends Enum<UrlMapping.AuthType>
public static final UrlMapping.AuthType NONE
public static final UrlMapping.AuthType REJECT
public static final UrlMapping.AuthType USER
public static final UrlMapping.AuthType ADMIN
public static final UrlMapping.AuthType IP
public static final UrlMapping.AuthType HEADER
public static final UrlMapping.AuthType AGENT
public static final UrlMapping.AuthType CUS
public static UrlMapping.AuthType[] values()
for (UrlMapping.AuthType c : UrlMapping.AuthType.values()) System.out.println(c);
public static UrlMapping.AuthType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.