Package io.cryostat.agent.model
Class RegistrationInfo
- java.lang.Object
-
- io.cryostat.agent.model.RegistrationInfo
-
public class RegistrationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RegistrationInfo(String id, String realm, URI callback, String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetCallback()StringgetId()StringgetRealm()StringgetToken()
-