Uses of Interface
com.okta.authn.sdk.resource.Link
-
Packages that use Link Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of Link in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement Link Modifier and Type Class Description classDefaultLinkclassNestedLinkMethods in com.okta.authn.sdk.impl.resource that return types with arguments of type Link Modifier and Type Method Description protected Class<Link>NestedLink. getItemType()Map<String,Link>DefaultAuthenticationResponse. getLinks()Map<String,Link>DefaultFactor. getLinks()Map<String,Link>DefaultFactorActivation. getLinks()List<Link>DefaultLink. getNestedLinks()List<Link>NestedLink. getNestedLinks() -
Uses of Link in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return types with arguments of type Link Modifier and Type Method Description Map<String,Link>AuthenticationResponse. getLinks()Map<String,Link>Factor. getLinks()Map<String,Link>FactorActivation. getLinks()List<Link>Link. getNestedLinks()
-