Uses of Class
com.nimbusds.openid.connect.sdk.federation.entities.EntityType
Packages that use EntityType
Package
Description
OpenID Connect Federation 1.0 API classes.
OpenID Connect Federation 1.0 entity classes.
OpenID Connect Federation 1.0 trust chains and resolution.
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 EntityTypeModifier and TypeMethodDescriptionEntityListingRequest.getEntityType()Returns the type of the entities to list.ResolveRequest.getEntityType()Returns the entity type to resolve.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type EntityTypeModifierConstructorDescriptionEntityListingRequest(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 EntityTypeModifier and TypeFieldDescriptionstatic final EntityTypeEntityType.FEDERATION_ENTITYFederation entity (federation_entity).static final EntityTypeEntityType.OAUTH_AUTHORIZATION_SERVEROAuth authorisation server (oauth_authorization_server).static final EntityTypeEntityType.OAUTH_CLIENTOAuth client (oauth_client).static final EntityTypeEntityType.OAUTH_RESOURCEOAuth protected resource (oauth_resource).static final EntityTypeEntityType.OPENID_PROVIDEROpenID provider (openid_provider).static final EntityTypeEntityType.OPENID_RELYING_PARTYOpenID relying party (openid_relying_party).static final EntityTypeEntityType.TRUST_MARK_ISSUERDeprecated.Methods in com.nimbusds.openid.connect.sdk.federation.entities with parameters of type EntityTypeModifier and TypeMethodDescriptionnet.minidev.json.JSONObjectCommonFederationClaimsSet.getMetadata(EntityType type) Gets the metadata for the specified entity type.EntityStatementClaimsSet.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 EntityTypeModifier and TypeMethodDescriptionEntityMetadataValidator.getType()Returns the entity type of the metadata that is validated.Methods in com.nimbusds.openid.connect.sdk.federation.trust with parameters of type EntityTypeModifier and TypeMethodDescriptionTrustChain.resolveCombinedMetadataPolicy(EntityType type) Resolves the combined metadata policy for this trust chain.TrustChain.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 EntityTypeModifier and TypeMethodDescriptionLeafEntityTypeConstraint.getAllowed()Returns the allowed leaf entity types.Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints with parameters of type EntityTypeModifier and TypeMethodDescriptionbooleanLeafEntityTypeConstraint.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 EntityTypeModifierConstructorDescriptionLeafEntityTypeConstraint(Set<EntityType> allowed) Creates a new leaf entity type constraint.