Uses of Interface
org.n52.security.common.subject.Scope

Packages that use Scope
org.n52.security.common.subject   
 

Uses of Scope in org.n52.security.common.subject
 

Classes in org.n52.security.common.subject that implement Scope
 class AttributePrincipal
          Container for simple parameter/value principals.
 class LoginNamePrincipal
          Login name identity of a user.
 class NamedScope
          A scope with a name.
 class NamePrincipal
          Minimal implementation of a principal.
 class RolePrincipal
          Role(-identity) of a user.
 class URIScope
          A special scope class, whose names are URIs.
 class UsernameIDPrincipal
          Indicates the unique id of a user.
 

Fields in org.n52.security.common.subject declared as Scope
static Scope Scope.GLOBAL
          static final Field GLOBAL represents the GLOBAL-Scope, it is returned in the getScope() method to indicate that there is no further parent.
 

Methods in org.n52.security.common.subject that return Scope
 Scope NamedScope.getScope()
          Method gets the scope of this NamedScope object.
 Scope NamePrincipal.getScope()
          Returns the scope of this name principal.
 Scope Scope.getScope()
          Gets the 'parent' scope of this scope.
 Scope URIScope.getScope()
          Method gets the scope of this URIScope object.
 

Constructors in org.n52.security.common.subject with parameters of type Scope
AttributePrincipal(Attribute attribute, Scope scope)
           
AttributePrincipal(String key, String value, Scope scope)
           
LoginNamePrincipal(String name, Scope scope)
          Constructor creates a new LoginNamePrincipal instance with the given name.
NamedScope(String name, Scope scope)
          Constructor creates a new NamedScope with the specified name.
NamePrincipal(String name, Scope scope)
          Constructor NamePrincipal creates a new NamePrincipal instance, which name is only valid within the given scope.
RolePrincipal(String name, Scope scope)
          Creates a role principal with the given name and valid only for the specified scope.
URIScope(String uri, Scope scope)
          Constructor creates a new URIScope with the specified uri as name.
URIScope(URI uri, Scope scope)
          Constructor URIScope creates a new URIScope instance.
UsernameIDPrincipal(String name, Scope scope)
           
 



Copyright © 2004–2014 52north.org. All rights reserved.