add @Transient to function getAuthorizedGrantTypes() so it does not persist

pull/873/head
Charif Belhaffef 2014-12-24 09:59:51 +01:00 committed by Justin Richer
parent 321b3350f2
commit 7d649e5c9c
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ public class ClientDetailsEntity implements ClientDetails {
* passthrough for SECOAUTH api
*/
@Override
@Transient
public Set<String> getAuthorizedGrantTypes() {
return getGrantTypes();
}