Class IridaRegisteredClientsRepository

  • All Implemented Interfaces:
    org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository

    @Component
    public class IridaRegisteredClientsRepository
    extends java.lang.Object
    implements org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository
    A converter implementation of RegisteredClientRepository, that transforms IridaClientDetails to/from RegisteredClient.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.oauth2.server.authorization.client.RegisteredClient findByClientId​(java.lang.String clientId)  
      org.springframework.security.oauth2.server.authorization.client.RegisteredClient findById​(java.lang.String id)  
      void save​(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • save

        public void save​(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient)
        Specified by:
        save in interface org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository
      • findById

        public org.springframework.security.oauth2.server.authorization.client.RegisteredClient findById​(java.lang.String id)
        Specified by:
        findById in interface org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository
      • findByClientId

        public org.springframework.security.oauth2.server.authorization.client.RegisteredClient findByClientId​(java.lang.String clientId)
        Specified by:
        findByClientId in interface org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository