Uses of Class
com.janeirodigital.sai.core.agents.ApplicationProfile.Builder
Packages that use ApplicationProfile.Builder
Package
Description
Classes providing access to
 Agent Registries,
 Social Agent Profiles,
 Application Profiles,
 and Agent Registrations.
- 
Uses of ApplicationProfile.Builder in com.janeirodigital.sai.core.agents
Methods in com.janeirodigital.sai.core.agents that return ApplicationProfile.BuilderModifier and TypeMethodDescriptionApplicationProfile.Builder.getThis()Ensures that don't get an unchecked cast warning when returning from settersApplicationProfile.Builder.setAccessNeedGroupUris(List<URI> accessNeedGroupUris) Set the access need groups requested by the applicationApplicationProfile.Builder.setAuthorUri(URI authorUri) Set the author of the applicationApplicationProfile.Builder.setClientUri(URI clientUri) Set the client_uri of the Solid-OIDC client identifier documentApplicationProfile.Builder.setDataset(org.apache.jena.rdf.model.Model dataset) Set the Jena model and use it to populate attributes of theApplicationProfile.Builder.ApplicationProfile.Builder.setDefaultMaxAge(int defaultMaxAge) Set the default_max_age for the Solid-OIDC client identifier documentApplicationProfile.Builder.setDescription(String description) Set the description of the applicationApplicationProfile.Builder.setGrantType(List<String> grantTypes) Set the Solid-OIDC grant_types with the provided grant typesApplicationProfile.Builder.setLogoUri(URI logoUri) Set the thumbnail of the applicationSet the name of the applicationApplicationProfile.Builder.setRedirectUris(List<URI> redirectUris) Set the Solid-OIDC redirect_uris with the provided URI list;ApplicationProfile.Builder.setRequireAuthTime(boolean requireAuthTime) Set require_auth_time for the Solid-OIDC client identifier documentApplicationProfile.Builder.setResponseTypes(List<String> responseTypes) Set the Solid-OIDC response_types with the provided response typesSet the Solid-OIDC scopes with the provided list of scopesSet the tos_uri of the Solid-OIDC client identifier document