Package | Description |
---|---|
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
Modifier and Type | Method and Description |
---|---|
OpenIDAuthenticationStatus |
OpenIDAuthenticationToken.getStatus() |
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIDAuthenticationStatus[] |
OpenIDAuthenticationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OpenIDAuthenticationToken(OpenIDAuthenticationStatus status,
String identityUrl,
String message,
List<OpenIDAttribute> attributes) |
Copyright © 2015. All rights reserved.