Class AccountLinkUriRepresentation
- java.lang.Object
-
- org.keycloak.representations.account.AccountLinkUriRepresentation
-
public class AccountLinkUriRepresentation extends Object
- Author:
- Stan Silvert
-
-
Constructor Summary
Constructors Constructor Description AccountLinkUriRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getAccountLinkUri()
String
getHash()
String
getNonce()
void
setAccountLinkUri(URI accountLinkUri)
void
setHash(String hash)
void
setNonce(String nonce)
-