Uses of Class
com.nimbusds.openid.connect.sdk.SubjectType

Packages that use SubjectType
com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. 
com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes. 
com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. 
 

Uses of SubjectType in com.nimbusds.openid.connect.sdk
 

Methods in com.nimbusds.openid.connect.sdk that return SubjectType
static SubjectType SubjectType.parse(String s)
          Parses a subject identifier type.
static SubjectType SubjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubjectType[] SubjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SubjectType in com.nimbusds.openid.connect.sdk.op
 

Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type SubjectType
 Set<SubjectType> OIDCProviderMetadata.getSubjectTypes()
          Gets the supported subject types.
 

Constructor parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type SubjectType
OIDCProviderMetadata(Issuer issuer, Set<SubjectType> subjectTypes)
          Creates a new OpenID Connect provider metadata instance.
 

Uses of SubjectType in com.nimbusds.openid.connect.sdk.rp
 

Methods in com.nimbusds.openid.connect.sdk.rp that return SubjectType
 SubjectType OIDCClientMetadata.getSubjectType()
          Gets the subject identifier type for responses to this client.
 

Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type SubjectType
 void OIDCClientMetadata.setSubjectType(SubjectType subjectType)
          Sets the subject identifier type for responses to this client.
 



Copyright © 2013 NimbusDS. All Rights Reserved.