|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenIDAttribute | |
|---|---|
| org.springframework.security.openid | Authenticates standard web browser users via OpenID. |
| Uses of OpenIDAttribute in org.springframework.security.openid |
|---|
| Methods in org.springframework.security.openid that return types with arguments of type OpenIDAttribute | |
|---|---|
List<OpenIDAttribute> |
OpenIDAuthenticationToken.getAttributes()
|
| Constructor parameters in org.springframework.security.openid with type arguments of type OpenIDAttribute | |
|---|---|
OpenID4JavaConsumer(org.openid4java.consumer.ConsumerManager consumerManager,
List<OpenIDAttribute> attributes)
|
|
OpenID4JavaConsumer(List<OpenIDAttribute> attributes)
|
|
OpenIDAuthenticationToken(Object principal,
Collection<GrantedAuthority> authorities,
String identityUrl,
List<OpenIDAttribute> attributes)
Created by the OpenIDAuthenticationProvider on successful authentication. |
|
OpenIDAuthenticationToken(OpenIDAuthenticationStatus status,
String identityUrl,
String message,
List<OpenIDAttribute> attributes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||