add @Transient to function getAuthorizedGrantTypes() so it does not persist
parent
321b3350f2
commit
7d649e5c9c
|
@ -450,6 +450,7 @@ public class ClientDetailsEntity implements ClientDetails {
|
|||
* passthrough for SECOAUTH api
|
||||
*/
|
||||
@Override
|
||||
@Transient
|
||||
public Set<String> getAuthorizedGrantTypes() {
|
||||
return getGrantTypes();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue