public class OpenIdPrincipal extends Object implements Principal, Serializable
Principal representing an OpenID Authenticated principal| Constructor and Description |
|---|
OpenIdPrincipal(String identifier,
URL openIdProvider,
Map<String,List<String>> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getAttributes() |
String |
getIdentifier() |
String |
getName() |
URL |
getOpenIdProvider() |
String |
toString() |
Copyright © 2014 JBoss Inc.. All Rights Reserved.