add @Transient to function getAuthorizedGrantTypes() so it does not persist
parent
c6c09b9c6c
commit
e8015051d2
|
@ -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