Uses of Class
com.nimbusds.openid.connect.sdk.federation.entities.EntityType
-
Packages that use EntityType Package Description com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes.com.nimbusds.openid.connect.sdk.federation.entities OpenID Connect Federation 1.0 entity classes.com.nimbusds.openid.connect.sdk.federation.trust OpenID Connect Federation 1.0 trust chains and resolution.com.nimbusds.openid.connect.sdk.federation.trust.constraints OpenID Connect Federation 1.0 trust chain constraints. -
-
Uses of EntityType in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return EntityType Modifier and Type Method Description EntityTypeEntityListingRequest. getEntityType()Returns the type of the entities to list.EntityTypeResolveRequest. getEntityType()Returns the entity type to resolve.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type EntityType Constructor Description EntityListingRequest(URI endpoint, EntityType entityType)Creates a new entity listing request.ResolveRequest(URI endpoint, Subject subject, EntityID anchor, EntityType entityType)Creates a new resolve entity statement request. -
Uses of EntityType in com.nimbusds.openid.connect.sdk.federation.entities
Fields in com.nimbusds.openid.connect.sdk.federation.entities declared as EntityType Modifier and Type Field Description static EntityTypeEntityType. FEDERATION_ENTITYFederation entity (federation_entity).static EntityTypeEntityType. OAUTH_AUTHORIZATION_SERVEROAuth authorisation server (oauth_authorization_server).static EntityTypeEntityType. OAUTH_CLIENTOAuth client (oauth_client).static EntityTypeEntityType. OAUTH_RESOURCEOAuth protected resource (oauth_resource).static EntityTypeEntityType. OPENID_PROVIDEROpenID provider (openid_provider).static EntityTypeEntityType. OPENID_RELYING_PARTYOpenID relying party (openid_relying_party).static EntityTypeEntityType. TRUST_MARK_ISSUERDeprecated.Methods in com.nimbusds.openid.connect.sdk.federation.entities with parameters of type EntityType Modifier and Type Method Description net.minidev.json.JSONObjectCommonFederationClaimsSet. getMetadata(EntityType type)Gets the metadata for the specified entity type.MetadataPolicyEntityStatementClaimsSet. getMetadataPolicy(EntityType type)Gets the metadata policy for the specified type.voidCommonFederationClaimsSet. setMetadata(EntityType type, net.minidev.json.JSONObject metadata)Sets the metadata for the specified entity type.voidEntityStatementClaimsSet. setMetadataPolicy(EntityType type, MetadataPolicy metadataPolicy)Sets the metadata policy for the specified type. -
Uses of EntityType in com.nimbusds.openid.connect.sdk.federation.trust
Methods in com.nimbusds.openid.connect.sdk.federation.trust that return EntityType Modifier and Type Method Description EntityTypeEntityMetadataValidator. getType()Returns the entity type of the metadata that is validated.Methods in com.nimbusds.openid.connect.sdk.federation.trust with parameters of type EntityType Modifier and Type Method Description MetadataPolicyTrustChain. resolveCombinedMetadataPolicy(EntityType type)Resolves the combined metadata policy for this trust chain.MetadataPolicyTrustChain. resolveCombinedMetadataPolicy(EntityType type, PolicyOperationCombinationValidator combinationValidator)Resolves the combined metadata policy for this trust chain. -
Uses of EntityType in com.nimbusds.openid.connect.sdk.federation.trust.constraints
Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints that return types with arguments of type EntityType Modifier and Type Method Description Set<EntityType>LeafEntityTypeConstraint. getAllowed()Returns the allowed leaf entity types.Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints with parameters of type EntityType Modifier and Type Method Description booleanLeafEntityTypeConstraint. isAllowed(EntityType type)Returnstrueif the specified entity type is allowed for a leaf entity.Constructor parameters in com.nimbusds.openid.connect.sdk.federation.trust.constraints with type arguments of type EntityType Constructor Description LeafEntityTypeConstraint(Set<EntityType> allowed)Creates a new leaf entity type constraint.
-