7640bdcf2ba198257314fc1254c9325944e4d48e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type header : OrientJwtHeader to header : OJwtHeader in method private signToken(header OJwtHeader, unsignedToken byte[]) : byte[] in class com.orientechnologies.orient.server.token.OTokenHandlerImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable currTime : long to curTime : long in method public getSignedBinaryToken(db ODatabaseDocumentInternal, user OSecurityUser, data ONetworkProtocolData) : byte[] in class com.orientechnologies.orient.server.token.OTokenHandlerImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable expiryMinutes : long in method public getSignedBinaryToken(db ODatabaseDocumentInternal, user OSecurityUser, data ONetworkProtocolData) : byte[] from class com.orientechnologies.orient.server.token.OTokenHandlerImpl | From | To | |
Extract Method | 1 | ||
Extract Method private serializeSignedToken(token OBinaryToken) : byte[] extracted from public getSignedBinaryToken(db ODatabaseDocumentInternal, user OSecurityUser, data ONetworkProtocolData) : byte[] in class com.orientechnologies.orient.server.token.OTokenHandlerImpl | From | To |