Uses of Class
com.tetsuwantech.atom.database.authentication.ClientRegistration
-
Packages that use ClientRegistration Package Description com.tetsuwantech.atom.database.authentication com.tetsuwantech.atom.web.authentication -
-
Uses of ClientRegistration in com.tetsuwantech.atom.database.authentication
Methods in com.tetsuwantech.atom.database.authentication that return ClientRegistration Modifier and Type Method Description static ClientRegistration
ClientRegistration. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientRegistration[]
ClientRegistration. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClientRegistration in com.tetsuwantech.atom.web.authentication
Methods in com.tetsuwantech.atom.web.authentication with parameters of type ClientRegistration Modifier and Type Method Description String
SubjectController. disconnect(ClientRegistration clientRegistration, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model)
-