public class LoginNamePrincipal extends NamePrincipal implements Serializable
Constructor and Description |
---|
LoginNamePrincipal(String name)
Constructor creates a new LoginNamePrincipal instance
with the given name.
|
LoginNamePrincipal(String name,
Scope scope)
Constructor creates a new LoginNamePrincipal instance
with the given name.
|
public LoginNamePrincipal(String name) throws IllegalArgumentException
name
- the name != null.IllegalArgumentException
- if one of the arguments is null.public LoginNamePrincipal(String name, Scope scope) throws IllegalArgumentException
name
- the name != null.scope
- the scope.IllegalArgumentException
- if one of the arguments is null.Copyright © 2004–2018 52north.org. All rights reserved.