org.eclipse.jetty.plus.jaas
类 JAASGroup
java.lang.Object
org.eclipse.jetty.plus.jaas.JAASGroup
- 所有已实现的接口:
- Group, Principal
public class JAASGroup
- extends Object
- implements Group
ROLES
public static final String ROLES
- 另请参见:
- 常量字段值
JAASGroup
public JAASGroup(String n)
addMember
public boolean addMember(Principal principal)
- 指定者:
- 接口
Group 中的 addMember
- 参数:
principal -
- 返回:
removeMember
public boolean removeMember(Principal principal)
- 指定者:
- 接口
Group 中的 removeMember
- 参数:
principal -
- 返回:
isMember
public boolean isMember(Principal principal)
- 指定者:
- 接口
Group 中的 isMember
- 参数:
principal -
- 返回:
members
public Enumeration<? extends Principal> members()
- 指定者:
- 接口
Group 中的 members
- 返回:
hashCode
public int hashCode()
- 指定者:
- 接口
Principal 中的 hashCode - 覆盖:
- 类
Object 中的 hashCode
- 返回:
equals
public boolean equals(Object object)
- 指定者:
- 接口
Principal 中的 equals - 覆盖:
- 类
Object 中的 equals
- 参数:
object -
- 返回:
toString
public String toString()
- 指定者:
- 接口
Principal 中的 toString - 覆盖:
- 类
Object 中的 toString
- 返回:
getName
public String getName()
- 指定者:
- 接口
Principal 中的 getName
- 返回:
Copyright © 2013. All Rights Reserved.