Class CredentialsExpiredException

    • Constructor Detail

      • CredentialsExpiredException

        public CredentialsExpiredException​(String msg)
        Deprecated.
      • CredentialsExpiredException

        public CredentialsExpiredException​(String msg,
                                           Throwable t)
        Deprecated.
      • CredentialsExpiredException

        public CredentialsExpiredException​(String msg,
                                           Object extraInformation)
        Deprecated.
    • Method Detail

      • toSpring

        public org.springframework.security.core.AuthenticationException toSpring()
        Deprecated.
        Overrides:
        toSpring in class AuthenticationException
      • fromSpring

        public static CredentialsExpiredException fromSpring​(org.springframework.security.authentication.CredentialsExpiredException x)
        Deprecated.