public final class UserPrincipal extends Object implements Principal
UserPrincipal(String name, Function<String,Boolean> isInRole)
UserPrincipal(String name, Set<String> roles)
String
getName()
boolean
implies(String role)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, implies, toString
public UserPrincipal(String name, Function<String,Boolean> isInRole)
public UserPrincipal(String name, Set<String> roles)
public String getName()
getName
Principal
public boolean implies(String role)
Copyright © 2015. All rights reserved.