Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse.Status
- 
Packages that use AuthenticationChannelResponse.Status Package Description org.keycloak.protocol.oidc.grants.ciba.channel 
- 
- 
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.channelMethods in org.keycloak.protocol.oidc.grants.ciba.channel that return AuthenticationChannelResponse.Status Modifier and Type Method Description AuthenticationChannelResponse.StatusAuthenticationChannelResponse. getStatus()static AuthenticationChannelResponse.StatusAuthenticationChannelResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationChannelResponse.Status[]AuthenticationChannelResponse.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.Status Modifier and Type Method Description voidAuthenticationChannelResponse. setStatus(AuthenticationChannelResponse.Status status)Constructors in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.Status Constructor Description AuthenticationChannelResponse(AuthenticationChannelResponse.Status status)
 
-