public class SimplePrincipalProvider extends Object implements PrincipalProvider<String>, Serializable
Constructor and Description |
---|
SimplePrincipalProvider(String name,
String value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPrincipal()
Gives the enclosed principal.
|
String |
getValue() |
String |
toString() |
public String getName()
public String getValue()
public String getPrincipal()
PrincipalProvider
getPrincipal
in interface PrincipalProvider<String>
Copyright © 2013-2018–2019 SeedStack. All rights reserved.