- GameProfile - Class in com.github.steveice10.mc.auth.data
-
Information about a user profile.
- GameProfile(String, String) - Constructor for class com.github.steveice10.mc.auth.data.GameProfile
-
Creates a new GameProfile instance.
- GameProfile(UUID, String) - Constructor for class com.github.steveice10.mc.auth.data.GameProfile
-
Creates a new GameProfile instance.
- GameProfile.Property - Class in com.github.steveice10.mc.auth.data
-
A property belonging to a profile.
- GameProfile.Texture - Class in com.github.steveice10.mc.auth.data
-
A texture contained within a profile.
- GameProfile.TextureModel - Enum in com.github.steveice10.mc.auth.data
-
The model used for a profile texture.
- GameProfile.TextureType - Enum in com.github.steveice10.mc.auth.data
-
The type of a profile texture.
- getAccessToken() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the access token of the service.
- getAuthCode() - Method in class com.github.steveice10.mc.auth.service.MsaAuthenticationService
-
Generate a single use code for Microsoft authentication
- getAuthCode(boolean) - Method in class com.github.steveice10.mc.auth.service.MsaAuthenticationService
-
Generate a single use code for Microsoft authentication
- getAvailableProfiles() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the available profiles of the user logged in with the service.
- getBaseUri() - Method in class com.github.steveice10.mc.auth.service.Service
-
Gets the base URI of this service.
- getClientToken() - Method in class com.github.steveice10.mc.auth.service.MojangAuthenticationService
-
- getEndpointUri(String) - Method in class com.github.steveice10.mc.auth.service.Service
-
Gets the URI of a specific endpoint of this service.
- getEndpointUri(String, Map<String, String>) - Method in class com.github.steveice10.mc.auth.service.Service
-
Gets the URI of a specific endpoint of this service.
- getHash() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Texture
-
Gets the hash of the texture.
- getId() - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets the ID of the profile.
- getId() - Method in class com.github.steveice10.mc.auth.service.MojangAuthenticationService
-
Gets the ID of the user logged in with the service.
- getIdAsString() - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets the ID of the profile as a String.
- getMetadata(String) - Method in class com.github.steveice10.mc.auth.data.GameProfile.Texture
-
Gets a metadata string from the texture.
- getModel() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Texture
-
Gets the model of the texture.
- getName() - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets the name of the profile.
- getName() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Property
-
Gets the name of the property.
- getPassword() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the password of the service.
- getProfileByServer(String, String) - Method in class com.github.steveice10.mc.auth.service.SessionService
-
Gets the profile of the given user if they are currently logged in to the given server.
- getProperties() - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets an immutable list of properties contained in the profile.
- getProperties() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the properties of the user logged in with the service.
- getProperty(String) - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets a property contained in the profile.
- getProxy() - Method in class com.github.steveice10.mc.auth.service.Service
-
Gets the proxy used by this service.
- getRefreshToken() - Method in class com.github.steveice10.mc.auth.service.MsaAuthenticationService
-
Gets the current refresh token for this session
- getSelectedProfile() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the selected profile of the user logged in with the service.
- getServerId(String, PublicKey, SecretKey) - Method in class com.github.steveice10.mc.auth.service.SessionService
-
Calculates the server ID from a base string, public key, and secret key.
- getSignature() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Property
-
Gets the signature used to verify the property.
- getTexture(GameProfile.TextureType) - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets a texture contained in the profile.
- getTexture(GameProfile.TextureType, boolean) - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets a texture contained in the profile.
- getTextures() - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets an immutable map of texture types to textures contained in the profile.
- getTextures(boolean) - Method in class com.github.steveice10.mc.auth.data.GameProfile
-
Gets an immutable map of texture types to textures contained in the profile.
- getURL() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Texture
-
Gets the URL of the texture.
- getUsername() - Method in class com.github.steveice10.mc.auth.service.AuthenticationService
-
Gets the username of the service.
- getValue() - Method in class com.github.steveice10.mc.auth.data.GameProfile.Property
-
Gets the value of the property.