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
|
* passthrough for SECOAUTH api
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@Transient
|
||||||
public Set<String> getAuthorizedGrantTypes() {
|
public Set<String> getAuthorizedGrantTypes() {
|
||||||
return getGrantTypes();
|
return getGrantTypes();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue