public class UsernameIDPrincipal extends NamePrincipal
Constructor and Description |
---|
UsernameIDPrincipal(String name) |
UsernameIDPrincipal(String name,
Scope scope) |
public UsernameIDPrincipal(String name) throws IllegalArgumentException
IllegalArgumentException
public UsernameIDPrincipal(String name, Scope scope) throws IllegalArgumentException
name
- the name != null.scope
- the scope != null.IllegalArgumentException
- if one of the arguments is null.Copyright © 2004–2016 52north.org. All rights reserved.