Uses of Class
sh.ory.model.IdentitySchema
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of IdentitySchema in sh.ory.api
Methods in sh.ory.api that return types with arguments of type IdentitySchema Modifier and Type Method Description List<IdentitySchema>V0alpha2Api. listIdentitySchemas(Long perPage, Long page)Get all Identity SchemasApiResponse<List<IdentitySchema>>V0alpha2Api. listIdentitySchemasWithHttpInfo(Long perPage, Long page)Get all Identity SchemasMethod parameters in sh.ory.api with type arguments of type IdentitySchema Modifier and Type Method Description okhttp3.CallV0alpha2Api. listIdentitySchemasAsync(Long perPage, Long page, ApiCallback<List<IdentitySchema>> _callback)(asynchronously) Get all Identity Schemas -
Uses of IdentitySchema in sh.ory.model
Methods in sh.ory.model that return IdentitySchema Modifier and Type Method Description IdentitySchemaIdentitySchema. blobName(String blobName)IdentitySchemaIdentitySchema. blobUrl(String blobUrl)IdentitySchemaIdentitySchema. contentHash(String contentHash)IdentitySchemaNormalizedProjectRevisionIdentitySchema. getIdentitySchema()Get identitySchemaIdentitySchemaIdentitySchema. id(UUID id)IdentitySchemaIdentitySchema. name(String name)IdentitySchemaIdentitySchema. schema(Object schema)Methods in sh.ory.model with parameters of type IdentitySchema Modifier and Type Method Description NormalizedProjectRevisionIdentitySchemaNormalizedProjectRevisionIdentitySchema. identitySchema(IdentitySchema identitySchema)voidNormalizedProjectRevisionIdentitySchema. setIdentitySchema(IdentitySchema identitySchema)