Class ListIdpSettingsResultItemJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ListIdpSettingsResultItemJson
-
- All Implemented Interfaces:
Serializable
public class ListIdpSettingsResultItemJson extends BaseJson
Single result from listing IDP settings for organization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListIdpSettingsResultItemJson()
-
Method Summary
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getMultiMembers
public List<ListIdpSettingsResultItemMultiMemberJson> getMultiMembers()
-
setMultiMembers
public void setMultiMembers(List<ListIdpSettingsResultItemMultiMemberJson> multiMembers)
-
getIsActive
public Boolean getIsActive()
-
setIsActive
public void setIsActive(Boolean isActive)
-
getDefaultAutoRenewRefreshToken
public Boolean getDefaultAutoRenewRefreshToken()
-
setDefaultAutoRenewRefreshToken
public void setDefaultAutoRenewRefreshToken(Boolean defaultAutoRenewRefreshToken)
-
getSingleUseAccessTokenTTL
public Integer getSingleUseAccessTokenTTL()
-
setSingleUseAccessTokenTTL
public void setSingleUseAccessTokenTTL(Integer singleUseAccessTokenTTL)
-
getClientsTTLConfig
public List<ClientTokenTTLConfigJson> getClientsTTLConfig()
-
setClientsTTLConfig
public void setClientsTTLConfig(List<ClientTokenTTLConfigJson> clientsTTLConfig)
-
getIdentityProviderId
public Integer getIdentityProviderId()
-
setIdentityProviderId
public void setIdentityProviderId(Integer identityProviderId)
-
getDefaultRefreshTokenTTL
public Integer getDefaultRefreshTokenTTL()
-
setDefaultRefreshTokenTTL
public void setDefaultRefreshTokenTTL(Integer defaultRefreshTokenTTL)
-
getSigningAlgorithm
public SigningAlgorithm getSigningAlgorithm()
-
setSigningAlgorithm
public void setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-
getAuthenticationMethod
public String getAuthenticationMethod()
-
setAuthenticationMethod
public void setAuthenticationMethod(String authenticationMethod)
-
getDefaultAccessTokenTTL
public Integer getDefaultAccessTokenTTL()
-
setDefaultAccessTokenTTL
public void setDefaultAccessTokenTTL(Integer defaultAccessTokenTTL)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIsBBIdIdpForOrg
public Boolean getIsBBIdIdpForOrg()
-
setIsBBIdIdpForOrg
public void setIsBBIdIdpForOrg(Boolean isBBIdIdpForOrg)
-
-