public class AuthenticationProfile extends Object implements Serializable
| Constructor and Description |
|---|
AuthenticationProfile() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authentication() |
AuthenticationProfile |
authentication(Authentication authentication) |
AuthenticationDialog |
dialog() |
AuthenticationProfile |
dialog(AuthenticationDialog dialog) |
Identity |
identity() |
AuthenticationProfile |
identity(Identity identity) |
String |
username() |
AuthenticationProfile |
username(String username) |
public String username()
public Identity identity()
public Authentication authentication()
public AuthenticationDialog dialog()
public AuthenticationProfile username(String username)
public AuthenticationProfile identity(Identity identity)
public AuthenticationProfile authentication(Authentication authentication)
public AuthenticationProfile dialog(AuthenticationDialog dialog)
Copyright © 2018. All rights reserved.